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