System.Web.Services.Description.FaultBindingCollection Members

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

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

Public Properties

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

Public Methods

Add(FaultBinding) : int

Adds the specified System.Web.Services.Description.FaultBinding to the end of the System.Web.Services.Description.FaultBindingCollection.

Contains(FaultBinding) : bool

Returns a value indicating whether the specified System.Web.Services.Description.FaultBinding is a member of the System.Web.Services.Description.FaultBindingCollection.

CopyTo(FaultBinding[], int)

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

IndexOf(FaultBinding) : int

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

Insert(int, FaultBinding)

Adds the specified System.Web.Services.Description.FaultBinding to the FaultBindingCollection at the specified zero-based index.

Remove(FaultBinding)

Removes the first occurrence the specified System.Web.Services.Description.FaultBinding from the System.Web.Services.Description.FaultBindingCollection.

Protected Methods

override
GetKey(object) : string

Returns the name of the System.Web.Services.Description.FaultBinding associated with the value passed by reference.

override
SetParent(object, object)

Sets the parent System.Web.Services.Description.OperationBinding of a member of the System.Web.Services.Description.FaultBindingCollection.