Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.NetworkInformation.SystemUnicastIPAddressInformation Class Referencesealed

Package Functions

 SystemUnicastIPAddressInformation (global::Interop.IpHlpApi.IpAdapterUnicastAddress adapterAddress)
 

Static Package Functions

static UnicastIPAddressInformationCollection MarshalUnicastIpAddressInformationCollection (IntPtr ptr)
 
static IPAddress PrefixLengthToSubnetMask (byte prefixLength, AddressFamily family)
 

Properties

override IPAddress Address [get]
 
override IPAddress IPv4Mask [get]
 
override int PrefixLength [get]
 
override bool IsTransient [get]
 
override bool IsDnsEligible [get]
 
override PrefixOrigin PrefixOrigin [get]
 
override SuffixOrigin SuffixOrigin [get]
 
override DuplicateAddressDetectionState DuplicateAddressDetectionState [get]
 
override long AddressValidLifetime [get]
 
override long AddressPreferredLifetime [get]
 
override long DhcpLeaseLifetime [get]
 

Private Attributes

readonly long _dhcpLeaseLifetime
 
readonly SystemIPAddressInformation _innerInfo
 
readonly IPAddress _ipv4Mask
 
readonly PrefixOrigin _prefixOrigin
 
readonly SuffixOrigin _suffixOrigin
 
readonly DuplicateAddressDetectionState _dadState
 
readonly uint _validLifetime
 
readonly uint _preferredLifetime
 
readonly byte _prefixLength
 

Detailed Description

Definition at line 6 of file SystemUnicastIPAddressInformation.cs.


The documentation for this class was generated from the following file: