UNPKG

@tsonic/dotnet-pure

Version:

TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming

1,084 lines (1,083 loc) 315 kB
{ "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 },