C# 클래스 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.
파일 보기 프로젝트 열기: jaddie/WCell-Utility-Bot

공개 메소드들

메소드 설명
ConnectionTunnel ( ) : System
Start ( int listenPort, string serverHost, int serverPort ) : void

비공개 메소드들

메소드 설명
SetupListener ( ) : void

메소드 상세

ConnectionTunnel() 공개 메소드

public ConnectionTunnel ( ) : System
리턴 System

Start() 공개 메소드

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