public TcpPipe(IPAddress address, int port) { this.sender = new TcpSenderPipe(address, port); this.sender.Run(); }