Inheritance: IPipe, IDisposable
示例#1
0
 public TcpPipe(IPAddress address, int port)
 {
     this.sender = new TcpSenderPipe(address, port);
     this.sender.Run();
 }
示例#2
0
 public TcpPipe(IPAddress address, int port)
 {
     this.sender = new TcpSenderPipe(address, port);
     this.sender.Run();
 }