Encapsulates the TCP transport
Inheritance: IDisposable
Esempio n. 1
0
 public Service(TcpTransport transport)
 {
     this.transport = transport;
 }