System.Net.NetworkInformation.IPInterfaceProperties Members

The members of System.Net.NetworkInformation.IPInterfaceProperties are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Public Properties

[read-only]
abstract
AnycastAddressesIPAddressInformationCollection.

Gets the anycast IP addresses assigned to this interface.

[read-only]
abstract
DhcpServerAddressesIPAddressCollection.

Gets the addresses of Dynamic Host Configuration Protocol (DHCP) servers for this interface.

[read-only]
abstract
DnsAddressesIPAddressCollection.

Gets the addresses of Domain Name System (DNS) servers for this interface.

[read-only]
abstract
DnsSuffixstring.

Gets the Domain Name System (DNS) suffix associated with this interface.

[read-only]
abstract
GatewayAddressesGatewayIPAddressInformationCollection.

Gets the IPv4 network gateway addresses for this interface.

[read-only]
abstract
IsDnsEnabledbool.

Gets a bool value that indicates whether NetBt is configured to use DNS name resolution on this interface.

[read-only]
abstract
IsDynamicDnsEnabledbool.

Gets a bool value that indicates whether this interface is configured to automatically register its IP address information with the Domain Name System (DNS).

[read-only]
abstract
MulticastAddressesMulticastIPAddressInformationCollection.

Gets the multicast addresses assigned to this interface.

[read-only]
abstract
UnicastAddressesUnicastIPAddressInformationCollection.

Gets the unicast addresses assigned to this interface.

[read-only]
abstract
WinsServersAddressesIPAddressCollection.

Gets the addresses of Windows Internet Name Service (WINS) servers.

Public Methods

abstract
GetIPv4Properties() : IPv4InterfaceProperties

Provides Internet Protocol version 4 (IPv4) configuration data for this network interface.

abstract
GetIPv6Properties() : IPv6InterfaceProperties

Provides Internet Protocol version 6 (IPv6) configuration data for this network interface.