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