2 references to SendToAsync
System.Net.Sockets (2)
System\Net\Sockets\Socket.cs (1)
3249
public bool SendToAsync(SocketAsyncEventArgs e) =>
SendToAsync
(e, default);
System\Net\Sockets\Socket.Tasks.cs (1)
1197
if (socket.
SendToAsync
(this, cancellationToken))