C# Class Poderosa.PortForwarding.LocalToRemoteChannelFactory

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

Méthodes publiques

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

Private Methods

Méthode Description
OnRequested ( IAsyncResult r ) : void

Method Details

LocalToRemoteChannelFactory() public méthode

public LocalToRemoteChannelFactory ( Poderosa.PortForwarding.LocalToRemoteChannelProfile prof ) : System
prof Poderosa.PortForwarding.LocalToRemoteChannelProfile
Résultat System

OnConnectionClosed() public méthode

public OnConnectionClosed ( ) : void
Résultat void

OnError() public méthode

public OnError ( Exception error ) : void
error System.Exception
Résultat void

WaitRequest() public méthode

public WaitRequest ( ) : void
Résultat void