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