|
| Ping () |
|
PingReply | Send (string hostNameOrAddress) |
|
PingReply | Send (string hostNameOrAddress, int timeout) |
|
PingReply | Send (IPAddress address) |
|
PingReply | Send (IPAddress address, int timeout) |
|
PingReply | Send (string hostNameOrAddress, int timeout, byte[] buffer) |
|
PingReply | Send (IPAddress address, int timeout, byte[] buffer) |
|
PingReply | Send (string hostNameOrAddress, int timeout, byte[] buffer, PingOptions? options) |
|
PingReply | Send (IPAddress address, int timeout, byte[] buffer, PingOptions? options) |
|
void | SendAsync (string hostNameOrAddress, object? userToken) |
|
void | SendAsync (string hostNameOrAddress, int timeout, object? userToken) |
|
void | SendAsync (IPAddress address, object? userToken) |
|
void | SendAsync (IPAddress address, int timeout, object? userToken) |
|
void | SendAsync (string hostNameOrAddress, int timeout, byte[] buffer, object? userToken) |
|
void | SendAsync (IPAddress address, int timeout, byte[] buffer, object? userToken) |
|
void | SendAsync (string hostNameOrAddress, int timeout, byte[] buffer, PingOptions? options, object? userToken) |
|
void | SendAsync (IPAddress address, int timeout, byte[] buffer, PingOptions? options, object? userToken) |
|
Task< PingReply > | SendPingAsync (IPAddress address) |
|
Task< PingReply > | SendPingAsync (string hostNameOrAddress) |
|
Task< PingReply > | SendPingAsync (IPAddress address, int timeout) |
|
Task< PingReply > | SendPingAsync (string hostNameOrAddress, int timeout) |
|
Task< PingReply > | SendPingAsync (IPAddress address, int timeout, byte[] buffer) |
|
Task< PingReply > | SendPingAsync (string hostNameOrAddress, int timeout, byte[] buffer) |
|
Task< PingReply > | SendPingAsync (IPAddress address, int timeout, byte[] buffer, PingOptions? options) |
|
Task< PingReply > | SendPingAsync (string hostNameOrAddress, int timeout, byte[] buffer, PingOptions? options) |
|
void | SendAsyncCancel () |
|
void | Dispose () |
|
override string | ToString () |
|
object | GetLifetimeService () |
|
virtual object | InitializeLifetimeService () |
|