상속: 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();
 }