2 references to SendAsync
System (2)
net\System\Net\NetworkInformation\ping.cs (2)
387
SendAsync
(hostNameOrAddress, timeout, buffer, null, userToken);
539
return SendPingAsyncCore(tcs =>
SendAsync
(hostNameOrAddress, timeout, buffer, options, tcs));