Property | Type | Description | |
---|---|---|---|
_closed | bool | ||
_connection | ISSHConnection | ||
_established | bool | ||
_id | int | ||
_id_seed | int |
Method | Description | |
---|---|---|
ChannelFactory ( ) : System | ||
CheckPortForwardingRequest ( string remote_host, int remote_port, string originator_ip, int originator_port ) : |
||
Create ( Poderosa.PortForwarding.ChannelProfile prof ) : |
||
FixConnection ( ISSHConnection con ) : void | ||
OnAuthenticationPrompt ( string prompts ) : void | ||
OnConnectionClosed ( ) : void | ||
OnDebugMessage ( bool alwaysDisplay, string message ) : void | ||
OnError ( |
||
OnIgnoreMessage ( byte msg ) : void | ||
OnUnhandledMessage ( byte type, byte data ) : void | ||
WaitRequest ( ) : void |
public CheckPortForwardingRequest ( string remote_host, int remote_port, string originator_ip, int originator_port ) : |
||
remote_host | string | |
remote_port | int | |
originator_ip | string | |
originator_port | int | |
return |
public static Create ( Poderosa.PortForwarding.ChannelProfile prof ) : |
||
prof | Poderosa.PortForwarding.ChannelProfile | |
return |
public FixConnection ( ISSHConnection con ) : void | ||
con | ISSHConnection | |
return | void |
public OnAuthenticationPrompt ( string prompts ) : void | ||
prompts | string | |
return | void |
public OnDebugMessage ( bool alwaysDisplay, string message ) : void | ||
alwaysDisplay | bool | |
message | string | |
return | void |
public OnError ( |
||
error | ||
return | void |
public OnUnhandledMessage ( byte type, byte data ) : void | ||
type | byte | |
data | byte | |
return | void |