System.Net.NetworkInformation.IPInterfaceProperties.UnicastAddresses Property

Gets the unicast addresses assigned to this interface.

Syntax

public abstract UnicastIPAddressInformationCollection UnicastAddresses { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A unicast address identifies a single computer. Packets sent to a unicast address are sent to the computer identified by the 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