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