DiscoveryClientReferenceCollection::Remove Method (String^)
.NET Framework (current version)
Removes a DiscoveryReference with the specified URL from the DiscoveryClientReferenceCollection.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- url
-
Type:
System::String^
A string that represents the URL for the object to remove from the DiscoveryClientReferenceCollection.
DiscoveryDocumentReference^ myDiscoveryDocumentReference = gcnew DiscoveryDocumentReference; String^ myStringUrl = "http://www.contoso.com/service.disco"; myDiscoveryClientReferenceCollection->Add( myStringUrl, myDiscoveryDocumentReference ); myDiscoveryClientReferenceCollection->Remove( myStringUrl );
.NET Framework
Available since 1.1
Available since 1.1
Show: