Méthode | Description | |
---|---|---|
AreYouThere ( ) : void | ||
CleanupErrorStatus ( ) : void | ||
Close ( ) : void | ||
ForceDisposed ( ) : void | ||
KeyboardInteractiveAuthenticationPrompt ( string prompts, bool echoes ) : string[] | ||
OnKeyboardInteractiveAuthenticationCompleted ( bool success, |
||
OnKeyboardInteractiveAuthenticationStarted ( ) : void | ||
OpenKeyboardInteractiveShell ( ) : void | ||
OpenShell ( ) : void | ||
RepeatAsyncRead ( IByteAsyncInputStream cb ) : void | ||
Resize ( int width, int height ) : void | ||
SSHSocket ( |
||
SendBreak ( ) : void | ||
SendKeepAliveData ( ) : void | ||
Transmit ( Poderosa.Protocols.ByteDataFragment data ) : void | ||
Transmit ( byte buf, int offset, int length ) : void |
public KeyboardInteractiveAuthenticationPrompt ( string prompts, bool echoes ) : string[] | ||
prompts | string | |
echoes | bool | |
Résultat | string[] |
public OnKeyboardInteractiveAuthenticationCompleted ( bool success, |
||
success | bool | |
error | ||
Résultat | void |
public OnKeyboardInteractiveAuthenticationStarted ( ) : void | ||
Résultat | void |
public OpenKeyboardInteractiveShell ( ) : void | ||
Résultat | void |
public RepeatAsyncRead ( IByteAsyncInputStream cb ) : void | ||
cb | IByteAsyncInputStream | |
Résultat | void |
public Resize ( int width, int height ) : void | ||
width | int | |
height | int | |
Résultat | void |
public SSHSocket ( |
||
parent | ||
Résultat | System |
public Transmit ( Poderosa.Protocols.ByteDataFragment data ) : void | ||
data | Poderosa.Protocols.ByteDataFragment | |
Résultat | void |
public Transmit ( byte buf, int offset, int length ) : void | ||
buf | byte | |
offset | int | |
length | int | |
Résultat | void |