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

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

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

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.