// gets the buffer size.
 public static int GetSendBufferSize()
 {
     return(client.GetSendBufferSize());
 }