Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IPv4InterfaceProperties.cs
Go to the documentation of this file.
1
namespace
System.Net.NetworkInformation
;
2
3
public
abstract
class
IPv4InterfaceProperties
4
{
5
public
abstract
bool
UsesWins
{
get
; }
6
7
public
abstract
bool
IsDhcpEnabled
{
get
; }
8
9
public
abstract
bool
IsAutomaticPrivateAddressingActive
{
get
; }
10
11
public
abstract
bool
IsAutomaticPrivateAddressingEnabled
{
get
; }
12
13
public
abstract
int
Index
{
get
; }
14
15
public
abstract
bool
IsForwardingEnabled
{
get
; }
16
17
public
abstract
int
Mtu
{
get
; }
18
}
System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled
bool IsAutomaticPrivateAddressingEnabled
Definition
IPv4InterfaceProperties.cs:11
System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled
bool IsForwardingEnabled
Definition
IPv4InterfaceProperties.cs:15
System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive
bool IsAutomaticPrivateAddressingActive
Definition
IPv4InterfaceProperties.cs:9
System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled
bool IsDhcpEnabled
Definition
IPv4InterfaceProperties.cs:7
System.Net.NetworkInformation.IPv4InterfaceProperties.Mtu
int Mtu
Definition
IPv4InterfaceProperties.cs:17
System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins
bool UsesWins
Definition
IPv4InterfaceProperties.cs:5
System.Net.NetworkInformation.IPv4InterfaceProperties
Definition
IPv4InterfaceProperties.cs:4
System.Net.NetworkInformation
Definition
DuplicateAddressDetectionState.cs:1
System.Index
Definition
Index.cs:7
source
System.Net.NetworkInformation
System.Net.NetworkInformation
IPv4InterfaceProperties.cs
Generated by
1.10.0