C# Class Poderosa.Protocols.SSHConnectionEventReceiverBase

Inheritance: ISSHConnectionEventHandler
Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Protected Properties

Свойство Type Description
_callback IByteAsyncInputStream
_connection ISSHConnection
_parent SSHTerminalConnection

Méthodes publiques

Méthode Description
CleanupErrorStatus ( ) : void
Close ( ) : void
OnConnectionClosed ( ) : void
OnDebugMessage ( bool alwaysDisplay, string message ) : void
OnError ( Exception error ) : void
OnIgnoreMessage ( byte data ) : void
OnUnhandledMessage ( byte type, byte data ) : void
SSHConnectionEventReceiverBase ( SSHTerminalConnection parent ) : System
SetSSHConnection ( ISSHConnection connection ) : void

Méthodes protégées

Méthode Description
OnAbnormalTerminationCore ( string msg ) : void
OnNormalTerminationCore ( ) : void

Private Methods

Méthode Description
CloseError ( Exception ex ) : void

Method Details

CleanupErrorStatus() public méthode

public CleanupErrorStatus ( ) : void
Résultat void

Close() public abstract méthode

public abstract Close ( ) : void
Résultat void

OnAbnormalTerminationCore() protected méthode

protected OnAbnormalTerminationCore ( string msg ) : void
msg string
Résultat void

OnConnectionClosed() public méthode

public OnConnectionClosed ( ) : void
Résultat void

OnDebugMessage() public méthode

public OnDebugMessage ( bool alwaysDisplay, string message ) : void
alwaysDisplay bool
message string
Résultat void

OnError() public méthode

public OnError ( Exception error ) : void
error System.Exception
Résultat void

OnIgnoreMessage() public méthode

public OnIgnoreMessage ( byte data ) : void
data byte
Résultat void

OnNormalTerminationCore() protected méthode

protected OnNormalTerminationCore ( ) : void
Résultat void

OnUnhandledMessage() public méthode

public OnUnhandledMessage ( byte type, byte data ) : void
type byte
data byte
Résultat void

SSHConnectionEventReceiverBase() public méthode

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

SetSSHConnection() public méthode

public SetSSHConnection ( ISSHConnection connection ) : void
connection ISSHConnection
Résultat void

Property Details

_callback protected_oe property

protected IByteAsyncInputStream _callback
Résultat IByteAsyncInputStream

_connection protected_oe property

protected ISSHConnection _connection
Résultat ISSHConnection

_parent protected_oe property

protected SSHTerminalConnection,Poderosa.Protocols _parent
Résultat SSHTerminalConnection