System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime Property

Gets the number of seconds remaining during which this address is the preferred address.

Syntax

public abstract long AddressPreferredLifetime { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the value returned by this property to determine how long the preferred address remains valid. Whenever possible, applications should use a preferred address. Use UnicastIPAddressInformation.DuplicateAddressDetectionState to determine the preferred address.

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0