Esempio n. 1
0
 public async Task SendBytesAsync(byte[] bytes)
 {
     await _socket.SendAsync(bytes, 0, bytes.Length);
 }