// gets the buffer data
 public static byte[] GetSendBufferData()
 {
     return(client.GetSendBufferData());
 }