PowerTCP Sockets for .NET
Ping.Status Enumeration




Enumerates the status of the ICMP echo request.
Syntax
'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 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Sockets.Ping.Status

See Also

Reference

Dart.Sockets Namespace


PowerTCP Sockets for .NET Documentation Version 4.5
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic