Loading...
Searching...
No Matches
Go to the source code of this file.
|
enum | System.Net.NetworkInformation.IPStatus {
System.Net.NetworkInformation.Success = 0
, System.Net.NetworkInformation.DestinationNetworkUnreachable = 11002
, System.Net.NetworkInformation.DestinationHostUnreachable = 11003
, System.Net.NetworkInformation.DestinationProtocolUnreachable = 11004
,
System.Net.NetworkInformation.DestinationPortUnreachable = 11005
, System.Net.NetworkInformation.DestinationProhibited = 11004
, System.Net.NetworkInformation.NoResources = 11006
, System.Net.NetworkInformation.BadOption = 11007
,
System.Net.NetworkInformation.HardwareError = 11008
, System.Net.NetworkInformation.PacketTooBig = 11009
, System.Net.NetworkInformation.TimedOut = 11010
, System.Net.NetworkInformation.BadRoute = 11012
,
System.Net.NetworkInformation.TtlExpired = 11013
, System.Net.NetworkInformation.TtlReassemblyTimeExceeded = 11014
, System.Net.NetworkInformation.ParameterProblem = 11015
, System.Net.NetworkInformation.SourceQuench = 11016
,
System.Net.NetworkInformation.BadDestination = 11018
, System.Net.NetworkInformation.DestinationUnreachable = 11040
, System.Net.NetworkInformation.TimeExceeded = 11041
, System.Net.NetworkInformation.BadHeader = 11042
,
System.Net.NetworkInformation.UnrecognizedNextHeader = 11043
, System.Net.NetworkInformation.IcmpError = 11044
, System.Net.NetworkInformation.DestinationScopeMismatch = 11045
, System.Net.NetworkInformation.Unknown = -1
} |
|