Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IPInterfaceProperties.cs
Go to the documentation of this file.
1
namespace
System.Net.NetworkInformation
;
2
3
public
abstract
class
IPInterfaceProperties
4
{
5
public
abstract
bool
IsDnsEnabled
{
get
; }
6
7
public
abstract
string
DnsSuffix
{
get
; }
8
9
public
abstract
bool
IsDynamicDnsEnabled
{
get
; }
10
11
public
abstract
UnicastIPAddressInformationCollection
UnicastAddresses
{
get
; }
12
13
public
abstract
MulticastIPAddressInformationCollection
MulticastAddresses
{
get
; }
14
15
public
abstract
IPAddressInformationCollection
AnycastAddresses
{
get
; }
16
17
public
abstract
IPAddressCollection
DnsAddresses
{
get
; }
18
19
public
abstract
GatewayIPAddressInformationCollection
GatewayAddresses
{
get
; }
20
21
public
abstract
IPAddressCollection
DhcpServerAddresses
{
get
; }
22
23
public
abstract
IPAddressCollection
WinsServersAddresses
{
get
; }
24
25
public
abstract
IPv4InterfaceProperties
GetIPv4Properties
();
26
27
public
abstract
IPv6InterfaceProperties
GetIPv6Properties
();
28
}
System.Net.NetworkInformation.GatewayIPAddressInformationCollection
Definition
GatewayIPAddressInformationCollection.cs:7
System.Net.NetworkInformation.IPAddressCollection
Definition
IPAddressCollection.cs:7
System.Net.NetworkInformation.IPAddressInformationCollection
Definition
IPAddressInformationCollection.cs:7
System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses
IPAddressCollection WinsServersAddresses
Definition
IPInterfaceProperties.cs:23
System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses
GatewayIPAddressInformationCollection GatewayAddresses
Definition
IPInterfaceProperties.cs:19
System.Net.NetworkInformation.IPInterfaceProperties.UnicastAddresses
UnicastIPAddressInformationCollection UnicastAddresses
Definition
IPInterfaceProperties.cs:11
System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled
bool IsDnsEnabled
Definition
IPInterfaceProperties.cs:5
System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix
string DnsSuffix
Definition
IPInterfaceProperties.cs:7
System.Net.NetworkInformation.IPInterfaceProperties.GetIPv4Properties
IPv4InterfaceProperties GetIPv4Properties()
System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses
IPAddressCollection DhcpServerAddresses
Definition
IPInterfaceProperties.cs:21
System.Net.NetworkInformation.IPInterfaceProperties.GetIPv6Properties
IPv6InterfaceProperties GetIPv6Properties()
System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses
IPAddressInformationCollection AnycastAddresses
Definition
IPInterfaceProperties.cs:15
System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses
IPAddressCollection DnsAddresses
Definition
IPInterfaceProperties.cs:17
System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled
bool IsDynamicDnsEnabled
Definition
IPInterfaceProperties.cs:9
System.Net.NetworkInformation.IPInterfaceProperties.MulticastAddresses
MulticastIPAddressInformationCollection MulticastAddresses
Definition
IPInterfaceProperties.cs:13
System.Net.NetworkInformation.IPInterfaceProperties
Definition
IPInterfaceProperties.cs:4
System.Net.NetworkInformation.IPv4InterfaceProperties
Definition
IPv4InterfaceProperties.cs:4
System.Net.NetworkInformation.IPv6InterfaceProperties
Definition
IPv6InterfaceProperties.cs:4
System.Net.NetworkInformation.MulticastIPAddressInformationCollection
Definition
MulticastIPAddressInformationCollection.cs:7
System.Net.NetworkInformation.UnicastIPAddressInformationCollection
Definition
UnicastIPAddressInformationCollection.cs:7
System.Net.NetworkInformation
Definition
DuplicateAddressDetectionState.cs:1
source
System.Net.NetworkInformation
System.Net.NetworkInformation
IPInterfaceProperties.cs
Generated by
1.10.0