C# Class Poderosa.PortForwarding.ChannelFactory

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

Protected Properties

Свойство Type Description
_closed bool
_connection ISSHConnection
_established bool
_id int
_id_seed int

Méthodes publiques

Méthode Description
ChannelFactory ( ) : System
CheckPortForwardingRequest ( string remote_host, int remote_port, string originator_ip, int originator_port ) : RemotePortForwardingReply
Create ( Poderosa.PortForwarding.ChannelProfile prof ) : ChannelFactory
FixConnection ( ISSHConnection con ) : void
OnAuthenticationPrompt ( string prompts ) : void
OnConnectionClosed ( ) : void
OnDebugMessage ( bool alwaysDisplay, string message ) : void
OnError ( Exception error ) : void
OnIgnoreMessage ( byte msg ) : void
OnUnhandledMessage ( byte type, byte data ) : void
WaitRequest ( ) : void

Method Details

ChannelFactory() public méthode

public ChannelFactory ( ) : System
Résultat System

CheckPortForwardingRequest() public méthode

public CheckPortForwardingRequest ( string remote_host, int remote_port, string originator_ip, int originator_port ) : RemotePortForwardingReply
remote_host string
remote_port int
originator_ip string
originator_port int
Résultat Granados.PortForwarding.RemotePortForwardingReply

Create() public static méthode

public static Create ( Poderosa.PortForwarding.ChannelProfile prof ) : ChannelFactory
prof Poderosa.PortForwarding.ChannelProfile
Résultat ChannelFactory

FixConnection() public méthode

public FixConnection ( ISSHConnection con ) : void
con ISSHConnection
Résultat void

OnAuthenticationPrompt() public méthode

public OnAuthenticationPrompt ( string prompts ) : void
prompts 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 msg ) : void
msg byte
Résultat void

OnUnhandledMessage() public méthode

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

WaitRequest() public abstract méthode

public abstract WaitRequest ( ) : void
Résultat void

Property Details

_closed protected_oe property

protected bool _closed
Résultat bool

_connection protected_oe property

protected ISSHConnection _connection
Résultat ISSHConnection

_established protected_oe property

protected bool _established
Résultat bool

_id protected_oe property

protected int _id
Résultat int

_id_seed protected_oe static_oe property

protected static int _id_seed
Résultat int