System.Web.Services.Description.WebReferenceCollection.Remove Method

Removes the specified System.Web.Services.Description.WebReference instance from the collection.

Syntax

public void Remove (WebReference webReference)

Parameters

webReference
The Web reference to remove.

Remarks

If the collection contains multiple instances of the specified Web reference, only the first instance is removed.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0