3 references to SendAsync
System.Net.Sockets (3)
System\Net\Sockets\Socket.cs (1)
3204public bool SendAsync(SocketAsyncEventArgs e) => SendAsync(e, default(CancellationToken));
System\Net\Sockets\Socket.Tasks.cs (2)
1123if (socket.SendAsync(this, cancellationToken)) 1141if (socket.SendAsync(this, cancellationToken))