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