Exemplo n.º 1
0
 public ClientConnection(IPEndPoint endPoint)
 {
     _host     = HostStorage.GetHost(endPoint);
     _idsIndex = 0;
 }
Exemplo n.º 2
0
 public void Release()
 {
     HostStorage.Release(this);
 }