コード例 #1
0
 // gets the receive buffer data
 public static byte[] GetReceiveBufferData()
 {
     return(client.GetReceiveBufferData());
 }