Méthode | Description | |
---|---|---|
OnConnectionClosed ( ) : void | ||
OnDebugMessage ( bool alwaysDisplay, string message ) : void | ||
OnError ( |
||
OnIgnoreMessage ( byte data ) : void | ||
OnUnhandledMessage ( byte type, byte data ) : void | ||
SSHConnectionEventHandlerIgnoreErrorWrapper ( ISSHConnectionEventHandler handler ) : System |
public OnDebugMessage ( bool alwaysDisplay, string message ) : void | ||
alwaysDisplay | bool | |
message | string | |
Résultat | void |
public OnError ( |
||
error | ||
Résultat | void |
public OnIgnoreMessage ( byte data ) : void | ||
data | byte | |
Résultat | void |
public OnUnhandledMessage ( byte type, byte data ) : void | ||
type | byte | |
data | byte | |
Résultat | void |
public SSHConnectionEventHandlerIgnoreErrorWrapper ( ISSHConnectionEventHandler handler ) : System | ||
handler | ISSHConnectionEventHandler | |
Résultat | System |