Property | Type | Description | |
---|---|---|---|
_callback | IByteAsyncInputStream | ||
_connection | ISSHConnection | ||
_parent |
Method | Description | |
---|---|---|
CleanupErrorStatus ( ) : void | ||
Close ( ) : void | ||
OnConnectionClosed ( ) : void | ||
OnDebugMessage ( bool alwaysDisplay, string message ) : void | ||
OnError ( |
||
OnIgnoreMessage ( byte data ) : void | ||
OnUnhandledMessage ( byte type, byte data ) : void | ||
SSHConnectionEventReceiverBase ( |
||
SetSSHConnection ( ISSHConnection connection ) : void |
Method | Description | |
---|---|---|
OnAbnormalTerminationCore ( string msg ) : void | ||
OnNormalTerminationCore ( ) : void |
Method | Description | |
---|---|---|
CloseError ( |
protected OnAbnormalTerminationCore ( string msg ) : void | ||
msg | string | |
return | void |
public OnDebugMessage ( bool alwaysDisplay, string message ) : void | ||
alwaysDisplay | bool | |
message | string | |
return | void |
public OnError ( |
||
error | ||
return | void |
public OnUnhandledMessage ( byte type, byte data ) : void | ||
type | byte | |
data | byte | |
return | void |
public SSHConnectionEventReceiverBase ( |
||
parent | ||
return | System |
public SetSSHConnection ( ISSHConnection connection ) : void | ||
connection | ISSHConnection | |
return | void |
protected IByteAsyncInputStream _callback | ||
return | IByteAsyncInputStream |