<PackageReference Include="SSH.NET" Version="2014.4.6-beta2" />
Channel
public bool IsOpen {
get;
protected set; }
protected Channel(
ISession session,
uint localChannelNumber,
uint localWindowSize,
uint localPacketSize)
protected virtual void Close(
bool wait)
protected virtual void Dispose(
bool disposing)
protected void InitializeRemoteInfo(
uint remoteChannelNumber,
uint remoteWindowSize,
uint remotePacketSize)
protected virtual void OnData(
byte[]
data)
protected virtual void OnEof()