System.Web.Services.Description.WebReferenceCollection: Method Members

The methods of System.Web.Services.Description.WebReferenceCollection are listed below. For a list of all members, see the WebReferenceCollection Members list.

See Also: Inherited members from System.Collections.CollectionBase

Public Methods

Add(WebReference) : int

Appends a System.Web.Services.Description.WebReference instance to the collection.

Contains(WebReference) : bool

Determines whether the collection contains a given System.Web.Services.Description.WebReference instance.

CopyTo(WebReference[], int)

Copies members of the collection to a specified array, starting at the specified array index.

IndexOf(WebReference) : int

Determines the index of the specified System.Web.Services.Description.WebReference instance.

Insert(int, WebReference)

Inserts the specified System.Web.Services.Description.WebReference instance at the specified index.

Remove(WebReference)

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