Specifies the status values that may be returned by the IcmpClient class.
The IcmpClient class uses the IcmpStatus enumeration to identify the current status of the client.
| Member Name | Description |
|---|---|
| statusUnused | A client session has not been created. Attempts to perform any network operations, such as sending or receiving data, will generate an error. |
| statusIdle | A client session has been created, but is not currently in use. A blocking socket operation can be executed at this point. |
| statusEcho | An ICMP datagram is being sent to the remote host. |
| statusReply | An ICMP datagram is being received from the remote host. |
Namespace: SocketTools
Assembly: SocketTools.IcmpClient (in SocketTools.IcmpClient.dll)