C# Class Gallatin.Core.Net.HttpsTunnel

Inheritance: IHttpsTunnel
Datei anzeigen Open project: williamoneill/Gallatin Class Usage Examples

Public Methods

Method Description
EstablishTunnel ( string host, int port, string httpVersion, INetworkConnection client ) : void

Private Methods

Method Description
HandleConnect ( bool success, INetworkConnection server ) : void
HttpsTunnel ( INetworkConnectionFactory factory ) : System
OnTunnelClosed ( ) : void
_client_ConnectionClosed ( object sender, EventArgs e ) : void
_client_DataAvailable ( object sender, DataAvailableEventArgs e ) : void
_server_DataAvailable ( object sender, DataAvailableEventArgs e ) : void

Method Details

EstablishTunnel() public method

public EstablishTunnel ( string host, int port, string httpVersion, INetworkConnection client ) : void
host string
port int
httpVersion string
client INetworkConnection
return void