﻿<?xml version="1.0" encoding="utf-8"?><Type Name="IPv4InterfaceProperties" FullName="System.Net.NetworkInformation.IPv4InterfaceProperties"><TypeSignature Language="C#" Value="public abstract class IPv4InterfaceProperties" /><TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit IPv4InterfaceProperties extends System.Object" /><AssemblyInfo><AssemblyName>System</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This class provides access to configuration and address information for network interfaces that support IPv4. You do not create instances of this class; they are returned by the <see cref="M:System.Net.NetworkInformation.IPInterfaceProperties.GetIPv4Properties" /> method.</para><para>For IPV6 properties, see <see cref="M:System.Net.NetworkInformation.IPInterfaceProperties.GetIPv6Properties" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides information about network interfaces that support Internet Protocol version 4 (IPv4).</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="protected IPv4InterfaceProperties ();" /><MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor() cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This constructor can be called only by classes that derive from <see cref="T:System.Net.NetworkInformation.IPv4InterfaceProperties" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.IPv4InterfaceProperties" /> class.</para></summary></Docs></Member><Member MemberName="Index"><MemberSignature Language="C#" Value="public abstract int Index { get; }" /><MemberSignature Language="ILAsm" Value=".property instance int32 Index" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>If the value of this property is zero, IPv4 is not supported by this interface.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the index of the network interface associated with the Internet Protocol version 4 (IPv4) address.</para></summary></Docs></Member><Member MemberName="IsAutomaticPrivateAddressingActive"><MemberSignature Language="C#" Value="public abstract bool IsAutomaticPrivateAddressingActive { get; }" /><MemberSignature Language="ILAsm" Value=".property instance bool IsAutomaticPrivateAddressingActive" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Automatic private IP addressing allows computers that do not have access to a Dynamic Host Configuration Protocol (DHCP) server to be automatically assigned an IP address that does not conflict with public addresses. These addresses are in the range 169.254.0.0 to 169.254.255.255.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a <see cref="T:System.Boolean" /> value that indicates whether this interface has an automatic private IP addressing (APIPA) address.</para></summary></Docs></Member><Member MemberName="IsAutomaticPrivateAddressingEnabled"><MemberSignature Language="C#" Value="public abstract bool IsAutomaticPrivateAddressingEnabled { get; }" /><MemberSignature Language="ILAsm" Value=".property instance bool IsAutomaticPrivateAddressingEnabled" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Automatic private IP addressing allows computers that do not have access to a Dynamic Host Configuration Protocol (DHCP) server to be automatically assigned an IP address that does not conflict with public addresses. These addresses are in the range 169.254.0.0 to 169.254.255.255.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a <see cref="T:System.Boolean" /> value that indicates whether this interface has automatic private IP addressing (APIPA) enabled.</para></summary></Docs></Member><Member MemberName="IsDhcpEnabled"><MemberSignature Language="C#" Value="public abstract bool IsDhcpEnabled { get; }" /><MemberSignature Language="ILAsm" Value=".property instance bool IsDhcpEnabled" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When this property is true, a DHCP server assigns the IP address to the interface when the computer establishes its network connections.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a <see cref="T:System.Boolean" /> value that indicates whether the interface is configured to use a Dynamic Host Configuration Protocol (DHCP) server to obtain an IP address.</para></summary></Docs></Member><Member MemberName="IsForwardingEnabled"><MemberSignature Language="C#" Value="public abstract bool IsForwardingEnabled { get; }" /><MemberSignature Language="ILAsm" Value=".property instance bool IsForwardingEnabled" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>If routing is disabled, packets that are received by the interface with a destination address that is not held by the interface are discarded.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a <see cref="T:System.Boolean" /> value that indicates whether this interface can forward (route) packets.</para></summary></Docs></Member><Member MemberName="Mtu"><MemberSignature Language="C#" Value="public abstract int Mtu { get; }" /><MemberSignature Language="ILAsm" Value=".property instance int32 Mtu" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The MTU of a network interface is the largest packet that can be transmitted. It is measured in octets (8-bit bytes).</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the maximum transmission unit (MTU) for this network interface.</para></summary></Docs></Member><Member MemberName="UsesWins"><MemberSignature Language="C#" Value="public abstract bool UsesWins { get; }" /><MemberSignature Language="ILAsm" Value=".property instance bool UsesWins" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>WINS provides a distributed database for registering and querying dynamic NetBIOS names to IPv4 address mappings.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a <see cref="T:System.Boolean" /> value that indicates whether an interface uses Windows Internet Name Service (WINS).</para></summary></Docs></Member></Members></Type>