C# Class Poderosa.PortForwarding.RemoteToLocalChannelFactory

Inheritance: ChannelFactory, IRemotePortForwardingHandler
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode Description
OnRemotePortForwardingFailed ( ) : void
OnRemotePortForwardingRequest ( RemotePortForwardingRequest request, ISSHChannel channel ) : RemotePortForwardingReply
OnRemotePortForwardingStarted ( uint port ) : void
RemoteToLocalChannelFactory ( Poderosa.PortForwarding.RemoteToLocalChannelProfile prof ) : System
WaitRequest ( ) : void

Private Methods

Méthode Description
IsLoopbackAddress ( string ip ) : bool

Method Details

OnRemotePortForwardingFailed() public méthode

public OnRemotePortForwardingFailed ( ) : void
Résultat void

OnRemotePortForwardingRequest() public méthode

public OnRemotePortForwardingRequest ( RemotePortForwardingRequest request, ISSHChannel channel ) : RemotePortForwardingReply
request Granados.PortForwarding.RemotePortForwardingRequest
channel ISSHChannel
Résultat Granados.PortForwarding.RemotePortForwardingReply

OnRemotePortForwardingStarted() public méthode

public OnRemotePortForwardingStarted ( uint port ) : void
port uint
Résultat void

RemoteToLocalChannelFactory() public méthode

public RemoteToLocalChannelFactory ( Poderosa.PortForwarding.RemoteToLocalChannelProfile prof ) : System
prof Poderosa.PortForwarding.RemoteToLocalChannelProfile
Résultat System

WaitRequest() public méthode

public WaitRequest ( ) : void
Résultat void