C# Class Poderosa.Protocols.SSHSocket

Inheritance: SSHConnectionEventReceiverBase, IPoderosaSocket, ITerminalOutput, IKeyboardInteractiveAuthenticationHandler
Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

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

Method Details

AreYouThere() public méthode

public AreYouThere ( ) : void
Résultat void

CleanupErrorStatus() public méthode

public CleanupErrorStatus ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

ForceDisposed() public méthode

public ForceDisposed ( ) : void
Résultat void

KeyboardInteractiveAuthenticationPrompt() public méthode

public KeyboardInteractiveAuthenticationPrompt ( string prompts, bool echoes ) : string[]
prompts string
echoes bool
Résultat string[]

OnKeyboardInteractiveAuthenticationCompleted() public méthode

public OnKeyboardInteractiveAuthenticationCompleted ( bool success, Exception error ) : void
success bool
error System.Exception
Résultat void

OnKeyboardInteractiveAuthenticationStarted() public méthode

public OnKeyboardInteractiveAuthenticationStarted ( ) : void
Résultat void

OpenKeyboardInteractiveShell() public méthode

public OpenKeyboardInteractiveShell ( ) : void
Résultat void

OpenShell() public méthode

public OpenShell ( ) : void
Résultat void

RepeatAsyncRead() public méthode

public RepeatAsyncRead ( IByteAsyncInputStream cb ) : void
cb IByteAsyncInputStream
Résultat void

Resize() public méthode

public Resize ( int width, int height ) : void
width int
height int
Résultat void

SSHSocket() public méthode

public SSHSocket ( SSHTerminalConnection parent ) : System
parent SSHTerminalConnection
Résultat System

SendBreak() public méthode

public SendBreak ( ) : void
Résultat void

SendKeepAliveData() public méthode

public SendKeepAliveData ( ) : void
Résultat void

Transmit() public méthode

public Transmit ( Poderosa.Protocols.ByteDataFragment data ) : void
data Poderosa.Protocols.ByteDataFragment
Résultat void

Transmit() public méthode

public Transmit ( byte buf, int offset, int length ) : void
buf byte
offset int
length int
Résultat void