Ejemplo n.º 1
0
 //
 // Only for use by TcpConnector, TcpAcceptor
 //
 internal TcpTransceiver(ProtocolInstance instance, StreamSocket stream)
 {
     _instance = instance;
     _stream   = stream;
 }
Ejemplo n.º 2
0
 //
 // Only for use by TcpConnector, TcpAcceptor
 //
 internal TcpTransceiver(TransportInstance instance, StreamSocket stream)
 {
     _instance = instance;
     _stream   = stream;
 }
Ejemplo n.º 3
0
 //
 // Only for use by TcpConnector, TcpAcceptor
 //
 internal TcpTransceiver(ProtocolInstance instance, StreamSocket stream)
 {
     _instance = instance;
     _stream = stream;
 }