<PackageReference Include="SSH.NET" Version="2016.0.0" />

Extensions

static class Extensions
Collection of different extension method
public static byte[] Concat(this byte[] first, byte[] second)

public static bool IsEqualTo(this byte[] left, byte[] right)

public static bool IsNullOrWhiteSpace(this string value)

Determines whether [is null or white space] [the specified value].

public static byte[] Take(this byte[] value, int offset, int count)

Returns a specified number of contiguous bytes from a given offset.

public static byte[] Take(this byte[] value, int count)

Returns a specified number of contiguous bytes from the start of the specified byte array.

public static byte[] TrimLeadingZeros(this byte[] value)

Trims the leading zero from a byte array.