mscorlib(4.0.0.0) API with additions
IPStatus.cs
1
namespace
System.Net.NetworkInformation
2
{
4
public
enum
IPStatus
5
{
7
Success = 0,
9
DestinationNetworkUnreachable
= 11002,
11
DestinationHostUnreachable
= 11003,
13
DestinationProtocolUnreachable
= 11004,
15
DestinationPortUnreachable
= 11005,
17
DestinationProhibited
= 11004,
19
NoResources
= 11006,
21
BadOption
= 11007,
23
HardwareError
= 11008,
25
PacketTooBig = 11009,
27
TimedOut
= 11010,
29
BadRoute
= 11012,
31
TtlExpired
= 11013,
33
TtlReassemblyTimeExceeded
= 11014,
35
ParameterProblem = 11015,
37
SourceQuench
= 11016,
39
BadDestination
= 11018,
41
DestinationUnreachable = 11040,
43
TimeExceeded = 11041,
45
BadHeader
= 11042,
47
UnrecognizedNextHeader
= 11043,
49
IcmpError
= 11044,
51
DestinationScopeMismatch
= 11045,
53
Unknown = -1
54
}
55
}
System.Net.NetworkInformation.IPStatus.DestinationProtocolUnreachable
The ICMP echo request failed because the destination computer that is specified in an ICMP echo messa...
System.Net.NetworkInformation.IPStatus.TimedOut
The ICMP echo Reply was not received within the allotted time. The default time allowed for replies i...
System.Net.NetworkInformation.IPStatus.NoResources
The ICMP echo request failed because of insufficient network resources.
System.Net.NetworkInformation.IPStatus.DestinationPortUnreachable
The ICMP echo request failed because the port on the destination computer is not available.
System.Net.NetworkInformation.IPStatus.TtlReassemblyTimeExceeded
The ICMP echo request failed because the packet was divided into fragments for transmission and all o...
System.Net.NetworkInformation.IPStatus.IcmpError
The ICMP echo request failed because of an ICMP protocol error.
System.Net.NetworkInformation
Definition:
AdapterAddressFlags.cs:1
System.Net.NetworkInformation.IPStatus.DestinationProhibited
The ICMPv6 echo request failed because contact with the destination computer is administratively proh...
System.Net.NetworkInformation.IPStatus.BadOption
The ICMP echo request failed because it contains an invalid option.
System.Net.NetworkInformation.IPStatus.BadHeader
The ICMP echo request failed because the header is invalid.
System.Net.NetworkInformation.IPStatus.DestinationHostUnreachable
The ICMP echo request failed because the destination computer is not reachable.
System.Net.NetworkInformation.IPStatus.TtlExpired
The ICMP echo request failed because its Time to Live (TTL) value reached zero, causing the forwardin...
System.Net.NetworkInformation.IPStatus.DestinationNetworkUnreachable
The ICMP echo request failed because the network that contains the destination computer is not reacha...
System.Net.NetworkInformation.IPStatus.HardwareError
The ICMP echo request failed because of a hardware error.
System.Net.NetworkInformation.IPStatus.SourceQuench
The ICMP echo request failed because the packet was discarded. This occurs when the source computer's...
System.Net.NetworkInformation.IPStatus.DestinationScopeMismatch
The ICMP echo request failed because the source address and destination address that are specified in...
System.Net.NetworkInformation.IPStatus.UnrecognizedNextHeader
The ICMP echo request failed because the Next Header field does not contain a recognized value....
System.Net.NetworkInformation.IPStatus.BadDestination
The ICMP echo request failed because the destination IP address cannot receive ICMP echo requests or ...
System.Net.NetworkInformation.IPStatus
IPStatus
Reports the status of sending an Internet Control Message Protocol (ICMP) echo message to a computer.
Definition:
IPStatus.cs:4
System.Net.NetworkInformation.IPStatus.BadRoute
The ICMP echo request failed because there is no valid route between the source and destination compu...
All cs
System.Net.NetworkInformation
IPStatus.cs
Generated by
1.8.15