Example #1
0
 public Server(string host, int port)
 {
     _pendingRequests = new List <Request>();
     _endPoint        = EndPoint.Connect(host, port);
 }