System.Net.NetworkInformation.UnicastIPAddressInformationCollection.Remove Method

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

Syntax

public virtual bool Remove (UnicastIPAddressInformation address)

Parameters

address
The object to be removed.

Returns

Always throws a NotSupportedException.

Remarks

Documentation for this section has not yet been entered.

Requirements

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