Exemplo n.º 1
0
 public Connection()
 {
     _client       = new TcpClient();
     _pserial      = new PacketSerializer();
     receiveBuffer = new byte[16 * 1024];
 }
Exemplo n.º 2
0
 public Connection()
 {
     _client = new TcpClient();
     _pserial = new PacketSerializer();
     receiveBuffer = new byte[16 * 1024];
 }