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