System.Net.NetworkInformation.Ping
public Ping()
public void SendAsync(IPAddress address, int timeout, byte[] buffer, PingOptions options, object userToken)
public void SendAsync(string hostNameOrAddress, int timeout, byte[] buffer, PingOptions options, object userToken)
public Task<PingReply> SendPingAsync(IPAddress address, int timeout, byte[] buffer, PingOptions options)
public Task<PingReply> SendPingAsync(string hostNameOrAddress, int timeout, byte[] buffer, PingOptions options)