System.Net.NetworkInformation.UnicastIPAddressInformationCollection Members

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

See Also: Inherited members from System.Object

Protected Constructors

Public Properties

[read-only]
Countint.

Gets the number of System.Net.NetworkInformation.UnicastIPAddressInformation 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)UnicastIPAddressInformation. Documentation for this section has not yet been entered.

Public Methods

Add(UnicastIPAddressInformation)

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(UnicastIPAddressInformation) : bool

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

CopyTo(UnicastIPAddressInformation[], int)

Copies the elements in this collection to a one-dimensional array of type System.Net.NetworkInformation.UnicastIPAddressInformation.

GetEnumerator() : IEnumerator<UnicastIPAddressInformation>

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

Remove(UnicastIPAddressInformation) : bool

Throws a NotSupportedException because the collection is read-only and elements cannot be removed.

Explicitly Implemented Interface Members

IEnumerable.GetEnumerator

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