C# Class Poderosa.PortForwarding.RemoteToLocalChannelFactory

Inheritance: ChannelFactory, IRemotePortForwardingHandler
Exibir arquivo Open project: poderosaproject/poderosa

Public Methods

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

Private Methods

Method Description
IsLoopbackAddress ( string ip ) : bool

Method Details

OnRemotePortForwardingFailed() public method

public OnRemotePortForwardingFailed ( ) : void
return void

OnRemotePortForwardingRequest() public method

public OnRemotePortForwardingRequest ( RemotePortForwardingRequest request, ISSHChannel channel ) : RemotePortForwardingReply
request Granados.PortForwarding.RemotePortForwardingRequest
channel ISSHChannel
return Granados.PortForwarding.RemotePortForwardingReply

OnRemotePortForwardingStarted() public method

public OnRemotePortForwardingStarted ( uint port ) : void
port uint
return void

RemoteToLocalChannelFactory() public method

public RemoteToLocalChannelFactory ( Poderosa.PortForwarding.RemoteToLocalChannelProfile prof ) : System
prof Poderosa.PortForwarding.RemoteToLocalChannelProfile
return System

WaitRequest() public method

public WaitRequest ( ) : void
return void