System.Net.NetworkInformation.IPAddressInformationCollection Class

Stores a set of System.Net.NetworkInformation.IPAddressInformation types.

See Also: IPAddressInformationCollection Members

Syntax

public class IPAddressInformationCollection : ICollection<IPAddressInformation>, IEnumerable<IPAddressInformation>

Remarks

The IPAddressInformationCollection.Item(int) property returns a member of the collection.

Requirements

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