MulticastIPAddressInformationCollection::Add Method (MulticastIPAddressInformation^)

 

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

Namespace:   System.Net.NetworkInformation
Assembly:  System (in System.dll)

public:
virtual void Add(
	MulticastIPAddressInformation^ address
)

Parameters

address
Type: System.Net.NetworkInformation::MulticastIPAddressInformation^

The object to be added to the collection.

.NET Framework
Available since 2.0
Return to top
Show: