예제 #1
0
 // sets the buffer size.
 public static void SetSendBufferSize(int size)
 {
     client.SetSendBufferSize(size);
 }