2 references to Send
System.Net.Ping (2)
System\Net\NetworkInformation\Ping.cs (2)
289
return
Send
(hostNameOrAddress, timeout, buffer, null);
480
PingOptions? options = null) =>
Send
(hostNameOrAddress, ToTimeoutMilliseconds(timeout), buffer ?? DefaultSendBuffer, options);