System.Net.NetworkInformation.IPAddressInformationCollection: Method Members

The methods of System.Net.NetworkInformation.IPAddressInformationCollection are listed below. For a list of all members, see the IPAddressInformationCollection Members list.

See Also: Inherited members from System.Object

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.