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