Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static NetworkInterface[] | GetAllNetworkInterfaces () |
static bool | GetIsNetworkAvailable () |
Package Functions | |
SystemNetworkInterface (in global::Interop.IpHlpApi.FIXED_INFO fixedInfo, in global::Interop.IpHlpApi.IpAdapterAddresses ipAdapterAddresses) | |
Static Package Functions | |
static bool | InternalGetIsNetworkAvailable () |
static NetworkInterface[] | GetNetworkInterfaces () |
Properties | |
static int | InternalLoopbackInterfaceIndex [get] |
static int | InternalIPv6LoopbackInterfaceIndex [get] |
override string | Id [get] |
override string | Name [get] |
override string | Description [get] |
override NetworkInterfaceType | NetworkInterfaceType [get] |
override OperationalStatus | OperationalStatus [get] |
override long | Speed [get] |
override bool | IsReceiveOnly [get] |
override bool | SupportsMulticast [get] |
static int | IPv6LoopbackInterfaceIndex [get] |
static int | LoopbackInterfaceIndex [get] |
Static Private Member Functions | |
static int | GetBestInterfaceForAddress (IPAddress addr) |
Private Attributes | |
readonly string | _name |
readonly string | _id |
readonly string | _description |
readonly byte[] | _physicalAddress |
readonly uint | _addressLength |
readonly NetworkInterfaceType | _type |
readonly OperationalStatus | _operStatus |
readonly long | _speed |
readonly uint | _index |
readonly uint | _ipv6Index |
readonly global::Interop.IpHlpApi.AdapterFlags | _adapterFlags |
readonly SystemIPInterfaceProperties | _interfaceProperties |
Definition at line 8 of file SystemNetworkInterface.cs.