Ejemplo n.º 1
0
 public BaseSocket(SocketManager socketMan)
 {
     SocketMan = socketMan;
 }
Ejemplo n.º 2
0
 public LNLSocket(SocketManager socketMan)
     : base(socketMan)
 {
     _writeBuffer.LengthBytes = 10000;
     _readBuffer.LengthBytes  = 10000;
 }