@tsonic/dotnet
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library)
1,084 lines (1,083 loc) • 315 kB
JSON
{
"namespace": "System.Net.NetworkInformation",
"contributingAssemblies": [
"System.Net.NetworkInformation",
"System.Net.Ping",
"System.Net.Primitives"
],
"types": [
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.DuplicateAddressDetectionState",
"clrName": "System.Net.NetworkInformation.DuplicateAddressDetectionState",
"tsEmitName": "DuplicateAddressDetectionState",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.DuplicateAddressDetectionState::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.DuplicateAddressDetectionState::InvalidSystem.Net.NetworkInformation.DuplicateAddressDetectionState",
"clrName": "Invalid",
"tsEmitName": "invalid",
"normalizedSignature": "Invalid|System.Net.NetworkInformation.DuplicateAddressDetectionState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.DuplicateAddressDetectionState::TentativeSystem.Net.NetworkInformation.DuplicateAddressDetectionState",
"clrName": "Tentative",
"tsEmitName": "tentative",
"normalizedSignature": "Tentative|System.Net.NetworkInformation.DuplicateAddressDetectionState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.DuplicateAddressDetectionState::DuplicateSystem.Net.NetworkInformation.DuplicateAddressDetectionState",
"clrName": "Duplicate",
"tsEmitName": "duplicate",
"normalizedSignature": "Duplicate|System.Net.NetworkInformation.DuplicateAddressDetectionState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.DuplicateAddressDetectionState::DeprecatedSystem.Net.NetworkInformation.DuplicateAddressDetectionState",
"clrName": "Deprecated",
"tsEmitName": "deprecated",
"normalizedSignature": "Deprecated|System.Net.NetworkInformation.DuplicateAddressDetectionState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.DuplicateAddressDetectionState::PreferredSystem.Net.NetworkInformation.DuplicateAddressDetectionState",
"clrName": "Preferred",
"tsEmitName": "preferred",
"normalizedSignature": "Preferred|System.Net.NetworkInformation.DuplicateAddressDetectionState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus",
"clrName": "System.Net.NetworkInformation.IPStatus",
"tsEmitName": "IPStatus",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::SuccessSystem.Net.NetworkInformation.IPStatus",
"clrName": "Success",
"tsEmitName": "success",
"normalizedSignature": "Success|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::DestinationNetworkUnreachableSystem.Net.NetworkInformation.IPStatus",
"clrName": "DestinationNetworkUnreachable",
"tsEmitName": "destinationNetworkUnreachable",
"normalizedSignature": "DestinationNetworkUnreachable|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::DestinationHostUnreachableSystem.Net.NetworkInformation.IPStatus",
"clrName": "DestinationHostUnreachable",
"tsEmitName": "destinationHostUnreachable",
"normalizedSignature": "DestinationHostUnreachable|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::DestinationProtocolUnreachableSystem.Net.NetworkInformation.IPStatus",
"clrName": "DestinationProtocolUnreachable",
"tsEmitName": "destinationProtocolUnreachable",
"normalizedSignature": "DestinationProtocolUnreachable|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::DestinationPortUnreachableSystem.Net.NetworkInformation.IPStatus",
"clrName": "DestinationPortUnreachable",
"tsEmitName": "destinationPortUnreachable",
"normalizedSignature": "DestinationPortUnreachable|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::DestinationProhibitedSystem.Net.NetworkInformation.IPStatus",
"clrName": "DestinationProhibited",
"tsEmitName": "destinationProhibited",
"normalizedSignature": "DestinationProhibited|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::NoResourcesSystem.Net.NetworkInformation.IPStatus",
"clrName": "NoResources",
"tsEmitName": "noResources",
"normalizedSignature": "NoResources|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::BadOptionSystem.Net.NetworkInformation.IPStatus",
"clrName": "BadOption",
"tsEmitName": "badOption",
"normalizedSignature": "BadOption|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::HardwareErrorSystem.Net.NetworkInformation.IPStatus",
"clrName": "HardwareError",
"tsEmitName": "hardwareError",
"normalizedSignature": "HardwareError|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::PacketTooBigSystem.Net.NetworkInformation.IPStatus",
"clrName": "PacketTooBig",
"tsEmitName": "packetTooBig",
"normalizedSignature": "PacketTooBig|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::TimedOutSystem.Net.NetworkInformation.IPStatus",
"clrName": "TimedOut",
"tsEmitName": "timedOut",
"normalizedSignature": "TimedOut|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::BadRouteSystem.Net.NetworkInformation.IPStatus",
"clrName": "BadRoute",
"tsEmitName": "badRoute",
"normalizedSignature": "BadRoute|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::TtlExpiredSystem.Net.NetworkInformation.IPStatus",
"clrName": "TtlExpired",
"tsEmitName": "ttlExpired",
"normalizedSignature": "TtlExpired|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::TtlReassemblyTimeExceededSystem.Net.NetworkInformation.IPStatus",
"clrName": "TtlReassemblyTimeExceeded",
"tsEmitName": "ttlReassemblyTimeExceeded",
"normalizedSignature": "TtlReassemblyTimeExceeded|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::ParameterProblemSystem.Net.NetworkInformation.IPStatus",
"clrName": "ParameterProblem",
"tsEmitName": "parameterProblem",
"normalizedSignature": "ParameterProblem|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::SourceQuenchSystem.Net.NetworkInformation.IPStatus",
"clrName": "SourceQuench",
"tsEmitName": "sourceQuench",
"normalizedSignature": "SourceQuench|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::BadDestinationSystem.Net.NetworkInformation.IPStatus",
"clrName": "BadDestination",
"tsEmitName": "badDestination",
"normalizedSignature": "BadDestination|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::DestinationUnreachableSystem.Net.NetworkInformation.IPStatus",
"clrName": "DestinationUnreachable",
"tsEmitName": "destinationUnreachable",
"normalizedSignature": "DestinationUnreachable|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::TimeExceededSystem.Net.NetworkInformation.IPStatus",
"clrName": "TimeExceeded",
"tsEmitName": "timeExceeded",
"normalizedSignature": "TimeExceeded|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::BadHeaderSystem.Net.NetworkInformation.IPStatus",
"clrName": "BadHeader",
"tsEmitName": "badHeader",
"normalizedSignature": "BadHeader|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::UnrecognizedNextHeaderSystem.Net.NetworkInformation.IPStatus",
"clrName": "UnrecognizedNextHeader",
"tsEmitName": "unrecognizedNextHeader",
"normalizedSignature": "UnrecognizedNextHeader|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::IcmpErrorSystem.Net.NetworkInformation.IPStatus",
"clrName": "IcmpError",
"tsEmitName": "icmpError",
"normalizedSignature": "IcmpError|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::DestinationScopeMismatchSystem.Net.NetworkInformation.IPStatus",
"clrName": "DestinationScopeMismatch",
"tsEmitName": "destinationScopeMismatch",
"normalizedSignature": "DestinationScopeMismatch|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::UnknownSystem.Net.NetworkInformation.IPStatus",
"clrName": "Unknown",
"tsEmitName": "unknown_",
"normalizedSignature": "Unknown|System.Net.NetworkInformation.IPStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetBiosNodeType",
"clrName": "System.Net.NetworkInformation.NetBiosNodeType",
"tsEmitName": "NetBiosNodeType",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetBiosNodeType::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetBiosNodeType::UnknownSystem.Net.NetworkInformation.NetBiosNodeType",
"clrName": "Unknown",
"tsEmitName": "unknown_",
"normalizedSignature": "Unknown|System.Net.NetworkInformation.NetBiosNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetBiosNodeType::BroadcastSystem.Net.NetworkInformation.NetBiosNodeType",
"clrName": "Broadcast",
"tsEmitName": "broadcast",
"normalizedSignature": "Broadcast|System.Net.NetworkInformation.NetBiosNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetBiosNodeType::Peer2PeerSystem.Net.NetworkInformation.NetBiosNodeType",
"clrName": "Peer2Peer",
"tsEmitName": "peer2Peer",
"normalizedSignature": "Peer2Peer|System.Net.NetworkInformation.NetBiosNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetBiosNodeType::MixedSystem.Net.NetworkInformation.NetBiosNodeType",
"clrName": "Mixed",
"tsEmitName": "mixed",
"normalizedSignature": "Mixed|System.Net.NetworkInformation.NetBiosNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetBiosNodeType::HybridSystem.Net.NetworkInformation.NetBiosNodeType",
"clrName": "Hybrid",
"tsEmitName": "hybrid",
"normalizedSignature": "Hybrid|System.Net.NetworkInformation.NetBiosNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceComponent",
"clrName": "System.Net.NetworkInformation.NetworkInterfaceComponent",
"tsEmitName": "NetworkInterfaceComponent",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceComponent::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceComponent::IPv4System.Net.NetworkInformation.NetworkInterfaceComponent",
"clrName": "IPv4",
"tsEmitName": "iPv4",
"normalizedSignature": "IPv4|System.Net.NetworkInformation.NetworkInterfaceComponent|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceComponent::IPv6System.Net.NetworkInformation.NetworkInterfaceComponent",
"clrName": "IPv6",
"tsEmitName": "iPv6",
"normalizedSignature": "IPv6|System.Net.NetworkInformation.NetworkInterfaceComponent|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "System.Net.NetworkInformation.NetworkInterfaceType",
"tsEmitName": "NetworkInterfaceType",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::UnknownSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "Unknown",
"tsEmitName": "unknown_",
"normalizedSignature": "Unknown|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::EthernetSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "Ethernet",
"tsEmitName": "ethernet",
"normalizedSignature": "Ethernet|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::TokenRingSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "TokenRing",
"tsEmitName": "tokenRing",
"normalizedSignature": "TokenRing|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::FddiSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "Fddi",
"tsEmitName": "fddi",
"normalizedSignature": "Fddi|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::BasicIsdnSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "BasicIsdn",
"tsEmitName": "basicIsdn",
"normalizedSignature": "BasicIsdn|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::PrimaryIsdnSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "PrimaryIsdn",
"tsEmitName": "primaryIsdn",
"normalizedSignature": "PrimaryIsdn|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::PppSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "Ppp",
"tsEmitName": "ppp",
"normalizedSignature": "Ppp|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::LoopbackSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "Loopback",
"tsEmitName": "loopback",
"normalizedSignature": "Loopback|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::Ethernet3MegabitSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "Ethernet3Megabit",
"tsEmitName": "ethernet3Megabit",
"normalizedSignature": "Ethernet3Megabit|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::SlipSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "Slip",
"tsEmitName": "slip",
"normalizedSignature": "Slip|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::AtmSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "Atm",
"tsEmitName": "atm",
"normalizedSignature": "Atm|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::GenericModemSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "GenericModem",
"tsEmitName": "genericModem",
"normalizedSignature": "GenericModem|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::FastEthernetTSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "FastEthernetT",
"tsEmitName": "fastEthernetT",
"normalizedSignature": "FastEthernetT|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::IsdnSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "Isdn",
"tsEmitName": "isdn",
"normalizedSignature": "Isdn|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::FastEthernetFxSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "FastEthernetFx",
"tsEmitName": "fastEthernetFx",
"normalizedSignature": "FastEthernetFx|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::Wireless80211System.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "Wireless80211",
"tsEmitName": "wireless80211",
"normalizedSignature": "Wireless80211|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::AsymmetricDslSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "AsymmetricDsl",
"tsEmitName": "asymmetricDsl",
"normalizedSignature": "AsymmetricDsl|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::RateAdaptDslSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "RateAdaptDsl",
"tsEmitName": "rateAdaptDsl",
"normalizedSignature": "RateAdaptDsl|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::SymmetricDslSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "SymmetricDsl",
"tsEmitName": "symmetricDsl",
"normalizedSignature": "SymmetricDsl|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::VeryHighSpeedDslSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "VeryHighSpeedDsl",
"tsEmitName": "veryHighSpeedDsl",
"normalizedSignature": "VeryHighSpeedDsl|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::IPOverAtmSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "IPOverAtm",
"tsEmitName": "ipOverAtm",
"normalizedSignature": "IPOverAtm|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::GigabitEthernetSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "GigabitEthernet",
"tsEmitName": "gigabitEthernet",
"normalizedSignature": "GigabitEthernet|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::TunnelSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "Tunnel",
"tsEmitName": "tunnel",
"normalizedSignature": "Tunnel|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::MultiRateSymmetricDslSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "MultiRateSymmetricDsl",
"tsEmitName": "multiRateSymmetricDsl",
"normalizedSignature": "MultiRateSymmetricDsl|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::HighPerformanceSerialBusSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "HighPerformanceSerialBus",
"tsEmitName": "highPerformanceSerialBus",
"normalizedSignature": "HighPerformanceSerialBus|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::WmanSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "Wman",
"tsEmitName": "wman",
"normalizedSignature": "Wman|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::WwanppSystem.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "Wwanpp",
"tsEmitName": "wwanpp",
"normalizedSignature": "Wwanpp|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.NetworkInterfaceType::Wwanpp2System.Net.NetworkInformation.NetworkInterfaceType",
"clrName": "Wwanpp2",
"tsEmitName": "wwanpp2",
"normalizedSignature": "Wwanpp2|System.Net.NetworkInformation.NetworkInterfaceType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.OperationalStatus",
"clrName": "System.Net.NetworkInformation.OperationalStatus",
"tsEmitName": "OperationalStatus",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.OperationalStatus::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.OperationalStatus::UpSystem.Net.NetworkInformation.OperationalStatus",
"clrName": "Up",
"tsEmitName": "up",
"normalizedSignature": "Up|System.Net.NetworkInformation.OperationalStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.OperationalStatus::DownSystem.Net.NetworkInformation.OperationalStatus",
"clrName": "Down",
"tsEmitName": "down",
"normalizedSignature": "Down|System.Net.NetworkInformation.OperationalStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.OperationalStatus::TestingSystem.Net.NetworkInformation.OperationalStatus",
"clrName": "Testing",
"tsEmitName": "testing",
"normalizedSignature": "Testing|System.Net.NetworkInformation.OperationalStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.OperationalStatus::UnknownSystem.Net.NetworkInformation.OperationalStatus",
"clrName": "Unknown",
"tsEmitName": "unknown_",
"normalizedSignature": "Unknown|System.Net.NetworkInformation.OperationalStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.OperationalStatus::DormantSystem.Net.NetworkInformation.OperationalStatus",
"clrName": "Dormant",
"tsEmitName": "dormant",
"normalizedSignature": "Dormant|System.Net.NetworkInformation.OperationalStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.OperationalStatus::NotPresentSystem.Net.NetworkInformation.OperationalStatus",
"clrName": "NotPresent",
"tsEmitName": "notPresent",
"normalizedSignature": "NotPresent|System.Net.NetworkInformation.OperationalStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.OperationalStatus::LowerLayerDownSystem.Net.NetworkInformation.OperationalStatus",
"clrName": "LowerLayerDown",
"tsEmitName": "lowerLayerDown",
"normalizedSignature": "LowerLayerDown|System.Net.NetworkInformation.OperationalStatus|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.PrefixOrigin",
"clrName": "System.Net.NetworkInformation.PrefixOrigin",
"tsEmitName": "PrefixOrigin",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.PrefixOrigin::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.PrefixOrigin::OtherSystem.Net.NetworkInformation.PrefixOrigin",
"clrName": "Other",
"tsEmitName": "other",
"normalizedSignature": "Other|System.Net.NetworkInformation.PrefixOrigin|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.PrefixOrigin::ManualSystem.Net.NetworkInformation.PrefixOrigin",
"clrName": "Manual",
"tsEmitName": "manual",
"normalizedSignature": "Manual|System.Net.NetworkInformation.PrefixOrigin|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.PrefixOrigin::WellKnownSystem.Net.NetworkInformation.PrefixOrigin",
"clrName": "WellKnown",
"tsEmitName": "wellKnown",
"normalizedSignature": "WellKnown|System.Net.NetworkInformation.PrefixOrigin|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.PrefixOrigin::DhcpSystem.Net.NetworkInformation.PrefixOrigin",
"clrName": "Dhcp",
"tsEmitName": "dhcp",
"normalizedSignature": "Dhcp|System.Net.NetworkInformation.PrefixOrigin|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.PrefixOrigin::RouterAdvertisementSystem.Net.NetworkInformation.PrefixOrigin",
"clrName": "RouterAdvertisement",
"tsEmitName": "routerAdvertisement",
"normalizedSignature": "RouterAdvertisement|System.Net.NetworkInformation.PrefixOrigin|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.ScopeLevel",
"clrName": "System.Net.NetworkInformation.ScopeLevel",
"tsEmitName": "ScopeLevel",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.ScopeLevel::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.ScopeLevel::NoneSystem.Net.NetworkInformation.ScopeLevel",
"clrName": "None",
"tsEmitName": "none",
"normalizedSignature": "None|System.Net.NetworkInformation.ScopeLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.ScopeLevel::InterfaceSystem.Net.NetworkInformation.ScopeLevel",
"clrName": "Interface",
"tsEmitName": "interface_",
"normalizedSignature": "Interface|System.Net.NetworkInformation.ScopeLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.ScopeLevel::LinkSystem.Net.NetworkInformation.ScopeLevel",
"clrName": "Link",
"tsEmitName": "link",
"normalizedSignature": "Link|System.Net.NetworkInformation.ScopeLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.ScopeLevel::SubnetSystem.Net.NetworkInformation.ScopeLevel",
"clrName": "Subnet",
"tsEmitName": "subnet",
"normalizedSignature": "Subnet|System.Net.NetworkInformation.ScopeLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.ScopeLevel::AdminSystem.Net.NetworkInformation.ScopeLevel",
"clrName": "Admin",
"tsEmitName": "admin",
"normalizedSignature": "Admin|System.Net.NetworkInformation.ScopeLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.ScopeLevel::SiteSystem.Net.NetworkInformation.ScopeLevel",
"clrName": "Site",
"tsEmitName": "site",
"normalizedSignature": "Site|System.Net.NetworkInformation.ScopeLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.ScopeLevel::OrganizationSystem.Net.NetworkInformation.ScopeLevel",
"clrName": "Organization",
"tsEmitName": "organization",
"normalizedSignature": "Organization|System.Net.NetworkInformation.ScopeLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.ScopeLevel::GlobalSystem.Net.NetworkInformation.ScopeLevel",
"clrName": "Global",
"tsEmitName": "global",
"normalizedSignature": "Global|System.Net.NetworkInformation.ScopeLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.SuffixOrigin",
"clrName": "System.Net.NetworkInformation.SuffixOrigin",
"tsEmitName": "SuffixOrigin",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.SuffixOrigin::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.SuffixOrigin::OtherSystem.Net.NetworkInformation.SuffixOrigin",
"clrName": "Other",
"tsEmitName": "other",
"normalizedSignature": "Other|System.Net.NetworkInformation.SuffixOrigin|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.SuffixOrigin::ManualSystem.Net.NetworkInformation.SuffixOrigin",
"clrName": "Manual",
"tsEmitName": "manual",
"normalizedSignature": "Manual|System.Net.NetworkInformation.SuffixOrigin|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.SuffixOrigin::WellKnownSystem.Net.NetworkInformation.SuffixOrigin",
"clrName": "WellKnown",
"tsEmitName": "wellKnown",
"normalizedSignature": "WellKnown|System.Net.NetworkInformation.SuffixOrigin|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.SuffixOrigin::OriginDhcpSystem.Net.NetworkInformation.SuffixOrigin",
"clrName": "OriginDhcp",
"tsEmitName": "originDhcp",
"normalizedSignature": "OriginDhcp|System.Net.NetworkInformation.SuffixOrigin|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.SuffixOrigin::LinkLayerAddressSystem.Net.NetworkInformation.SuffixOrigin",
"clrName": "LinkLayerAddress",
"tsEmitName": "linkLayerAddress",
"normalizedSignature": "LinkLayerAddress|System.Net.NetworkInformation.SuffixOrigin|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.SuffixOrigin::RandomSystem.Net.NetworkInformation.SuffixOrigin",
"clrName": "Random",
"tsEmitName": "random",
"normalizedSignature": "Random|System.Net.NetworkInformation.SuffixOrigin|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.TcpState",
"clrName": "System.Net.NetworkInformation.TcpState",
"tsEmitName": "TcpState",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.TcpState::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.TcpState::UnknownSystem.Net.NetworkInformation.TcpState",
"clrName": "Unknown",
"tsEmitName": "unknown_",
"normalizedSignature": "Unknown|System.Net.NetworkInformation.TcpState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},