System.Web.Services.Description.ServiceCollection Members

The members of System.Web.Services.Description.ServiceCollection are listed below.

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

Public Properties

default property
Item(int)Service. Documentation for this section has not yet been entered.
[read-only]
default property
Item(string)Service. Documentation for this section has not yet been entered.

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.