Base.TService.TService C# (CSharp) Method

TService() public method

即可做client也可做server
public TService ( string host, int port ) : System
host string
port int
return System
		public TService(string host, int port)
		{
			this.acceptor = new TSocket(this.poller, host, port);
		}

Same methods

TService::TService ( ) : System