Пример #1
0
 public SocketClient(TCPAddress tcpAddress)
 {
     HostAddress             = tcpAddress.Copy();
     this.GetHeaderBytesFunc = this.GetHeaderBytesWithProxy;
 }