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