System.Web.Services.Description.OperationBindingCollection Members

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

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

Public Properties

default property
Item(int)OperationBinding. Documentation for this section has not yet been entered.

Public Methods

Add(OperationBinding) : int

Adds the specified System.Web.Services.Description.OperationBinding to the end of the System.Web.Services.Description.OperationBindingCollection.

Contains(OperationBinding) : bool

Returns a value indicating whether the specified System.Web.Services.Description.OperationBinding is a member of the System.Web.Services.Description.OperationBindingCollection.

CopyTo(OperationBinding[], int)

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

IndexOf(OperationBinding) : int

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

Insert(int, OperationBinding)

Adds the specified System.Web.Services.Description.OperationBinding instance to the System.Web.Services.Description.OperationBindingCollection at the specified zero-based index.

Remove(OperationBinding)

Removes the first occurrence of the specified System.Web.Services.Description.OperationBinding from the System.Web.Services.Description.OperationBindingCollection.

Protected Methods

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