Ejemplo n.º 1
0
 internal Connection(SocketPool pool)
 {
     _pool = pool;
 }
Ejemplo n.º 2
0
 internal TcpMessageRequester(SocketPool socketPool, IPEndPoint endPoint)
 {
     this._socketPool   = socketPool;
     this.RemoteChannel = endPoint;
     Formatter          = new BinaryFormatter();
 }