System.Net.NetworkInformation.MulticastIPAddressInformationCollection: Method Members

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

See Also: Inherited members from System.Object

Public Methods

Add(MulticastIPAddressInformation)

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

Clear()

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

Contains(MulticastIPAddressInformation) : bool

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

CopyTo(MulticastIPAddressInformation[], int)

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

GetEnumerator() : IEnumerator<MulticastIPAddressInformation>

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

Remove(MulticastIPAddressInformation) : bool

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