Ejemplo n.º 1
0
 // sets the receive buffer size
 public static void SetReceiveBufferSize(int size)
 {
     client.SetReceiveBufferSize(size);
 }