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