|
| 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 () |
|
|
void | CheckArgs (int timeout, byte[] buffer, PingOptions options) |
|
void | CheckArgs (IPAddress address, int timeout, byte[] buffer, PingOptions options) |
|
void | CheckDisposed () |
|
void | CheckStart () |
|
void | Finish () |
|
void | InternalDispose () |
|
void | TranslateTaskToEap (object userToken, Task< PingReply > pingTask) |
|
async Task< PingReply > | SendPingAsyncInternal (IPAddress address, int timeout, byte[] buffer, PingOptions options) |
|
PingReply | GetAddressAndSend (string hostNameOrAddress, int timeout, byte[] buffer, PingOptions options) |
|
async Task< PingReply > | GetAddressAndSendAsync (string hostNameOrAddress, int timeout, byte[] buffer, PingOptions options) |
|
void | TestIsIpSupported (IPAddress ip) |
|
void | InternalDisposeCore () |
|
PingReply | SendPingCore (IPAddress address, byte[] buffer, int timeout, PingOptions options) |
|
Task< PingReply > | SendPingAsyncCore (IPAddress address, byte[] buffer, int timeout, PingOptions options) |
|
Task< PingReply > | DoSendPingCore (IPAddress address, byte[] buffer, int timeout, PingOptions options, bool isAsync) |
|
void | RegisterWaitHandle () |
|
void | UnregisterWaitHandle () |
|
SafeWaitHandle | GetWaitHandle (bool async) |
|
void | InitialiseIcmpHandle () |
|
int | SendEcho (IPAddress address, byte[] buffer, int timeout, PingOptions options, bool isAsync) |
|
PingReply | CreatePingReply () |
|
void | Cleanup (bool isAsync) |
|
void | PingCallback () |
|
unsafe void | SetUnmanagedStructures (byte[] buffer) |
|
void | FreeUnmanagedStructures () |
|
Definition at line 11 of file Ping.cs.