Method | Description | |
---|---|---|
Channel ( string servername, string rd, int cid, ISSHChannel channel, Socket socket ) : System | ||
OnClosed ( bool byServer ) : void | ||
OnData ( DataFragment data ) : void | ||
OnEOF ( ) : void | ||
OnError ( |
||
OnReady ( ) : void | ||
StartAsyncReceive ( ) : void | ||
WaitReady ( ) : bool |
Method | Description | |
---|---|---|
OnSocketData ( IAsyncResult result ) : void | ||
WriteChannelCloseLog ( ) : void |
public Channel ( string servername, string rd, int cid, ISSHChannel channel, Socket socket ) : System | ||
servername | string | |
rd | string | |
cid | int | |
channel | ISSHChannel | |
socket | Socket | |
return | System |
public OnError ( |
||
error | ||
return | void |