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