Exemplo n.º 1
0
 public static void Send <T>(this Stream stream, T data)
 {
     SendByteArray(stream, ByteArray.CreateFrom(data));
 }