SocketTools .NET Edition

IcmpClient.IcmpStatus Enumeration

Specifies the status values that may be returned by the IcmpClient class.

[Visual Basic]
Public Enum IcmpClient.IcmpStatus
[C#]
public enum IcmpClient.IcmpStatus

Remarks

The IcmpClient class uses the IcmpStatus enumeration to identify the current status of the client.

Members

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.

Requirements

Namespace: SocketTools

Assembly: SocketTools.IcmpClient (in SocketTools.IcmpClient.dll)

See Also

SocketTools Namespace