System.Net.NetworkInformation.IPAddressInformationCollection Members

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

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of System.Net.NetworkInformation.IPAddressInformation types in this collection.

[read-only]
IsReadOnlybool.

Gets a value that indicates whether access to this collection is read-only.

[read-only]
default property
Item(int)IPAddressInformation. Documentation for this section has not yet been entered.

Public Methods

Add(IPAddressInformation)

Throws a NotSupportedException because this operation is not supported for this collection.

Clear()

Throws a NotSupportedException because this operation is not supported for this collection.

Contains(IPAddressInformation) : bool

Checks whether the collection contains the specified System.Net.NetworkInformation.IPAddressInformation object.

CopyTo(IPAddressInformation[], int)

Copies the collection to the specified array.

GetEnumerator() : IEnumerator<IPAddressInformation>

Returns an object that can be used to iterate through this collection.

Remove(IPAddressInformation) : bool

Throws a NotSupportedException because this operation is not supported for this collection.

Explicitly Implemented Interface Members

IEnumerable.GetEnumerator

Returns an object that can be used to iterate through this collection.