Exemplo n.º 1
0
 public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress, System.TimeSpan timeout, byte[]?buffer, System.Net.NetworkInformation.PingOptions?options)
 {
     throw null;
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <System.Net.NetworkInformation.PingReply> SendPingAsync(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions?options)
 {
     throw null;
 }
Exemplo n.º 3
0
 public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions?options)
 {
     throw null;
 }
Exemplo n.º 4
0
 public void SendAsync(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions?options, object?userToken)
 {
 }