C# Class Poderosa.PortForwarding.LocalToRemoteChannelFactory

Inheritance: ChannelFactory
ファイルを表示 Open project: poderosaproject/poderosa

Public Methods

Method Description
LocalToRemoteChannelFactory ( Poderosa.PortForwarding.LocalToRemoteChannelProfile prof ) : System
OnConnectionClosed ( ) : void
OnError ( Exception error ) : void
WaitRequest ( ) : void

Private Methods

Method Description
OnRequested ( IAsyncResult r ) : void

Method Details

LocalToRemoteChannelFactory() public method

public LocalToRemoteChannelFactory ( Poderosa.PortForwarding.LocalToRemoteChannelProfile prof ) : System
prof Poderosa.PortForwarding.LocalToRemoteChannelProfile
return System

OnConnectionClosed() public method

public OnConnectionClosed ( ) : void
return void

OnError() public method

public OnError ( Exception error ) : void
error System.Exception
return void

WaitRequest() public method

public WaitRequest ( ) : void
return void