C# Class Squishy.Network.ConnectionTunnel

TODO: Finish ConnectionTunnel Represents a tunnel that will listen for an incoming Connection. When the connection has been accepted it will connect to a given server and tunnel sent information of both sides.
Datei anzeigen Open project: jaddie/WCell-Utility-Bot

Public Methods

Method Description
ConnectionTunnel ( ) : System
Start ( int listenPort, string serverHost, int serverPort ) : void

Private Methods

Method Description
SetupListener ( ) : void

Method Details

ConnectionTunnel() public method

public ConnectionTunnel ( ) : System
return System

Start() public method

public Start ( int listenPort, string serverHost, int serverPort ) : void
listenPort int
serverHost string
serverPort int
return void