| Dart.Sockets Namespace : Ping.Status Enumeration |
'Declaration Public Enum Ping.Status Inherits System.Enum
'Usage Dim instance As Ping.Status
public enum Ping.Status : System.Enum
__value public enum Ping.Status : public System.Enum
public enum class Ping.Status : public System.Enum
| Member | Description |
|---|---|
| BadDestination | A bad destination. |
| BadIpOption | A bad IP option was specified. |
| BadRequest | Bad request. |
| BadRoute | Bad route. |
| BufferTooSmall | Reply buffer was too small. |
| GeneralFailure | A general failure indicating a malformed ICMP packet. |
| HardwareError | A hardware error occurred. |
| HostUnreachable | Destination host was unreachable. |
| NetworkUnreachable | Destination netword was unreachable. |
| NoResources | Insufficient IP resources were available. |
| OptionTooBig | An IP option was too big. |
| PacketTooBig | The packet was too big. |
| ParameterProblem | A parameter problem. |
| PortUnreachable | Destination port was unreachable. |
| Prohibited | Communication with destination administratively prohibited. |
| ProtocolUnreachable | Destination protocol was unreachable. |
| RequestTimedOut | Request timed out. |
| SourceQuench | Datagrams are arriving too fast to be processed and datagrams may have been dropped. |
| Success | Request succeeded. |
| TtlExpiredReassembly | The time to live (ttl) expired during fragment reassembly. |
| TtlExpiredTransit | The time to live (ttl) expired in transit. Used for TraceRoute. |
System.Object
System.ValueType
System.Enum
Dart.Sockets.Ping.Status