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

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

See Also: Inherited members from System.Web.Services.Description.ServiceDescriptionBaseCollection

Public Methods

Add(Service) : int

Adds the specified System.Web.Services.Description.Service to the end of the System.Web.Services.Description.ServiceCollection.

Contains(Service) : bool

Returns a value indicating whether the specified System.Web.Services.Description.Service instance is a member of the System.Web.Services.Description.ServiceCollection.

CopyTo(Service[], int)

Copies the entire System.Web.Services.Description.ServiceCollection to a one-dimensional array of type System.Web.Services.Description.Service, starting at the specified zero-based index of the target array.

IndexOf(Service) : int

Searches for the specified System.Web.Services.Description.Service and returns the zero-based index of the first occurrence within the ServiceCollection.

Insert(int, Service)

Adds the specified System.Web.Services.Description.Service instance to the System.Web.Services.Description.ServiceCollection at the specified zero-based index.

Remove(Service)

Removes the first occurrence of the specified System.Web.Services.Description.Service from the System.Web.Services.Description.ServiceCollection.

Protected Methods

override
GetKey(object) : string
Documentation for this section has not yet been entered.
override
SetParent(object, object)
Documentation for this section has not yet been entered.