System.Web.Services.Description.BindingCollection Members

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

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

Public Properties

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

Public Methods

Add(Binding) : int

Adds the specified System.Web.Services.Description.Binding to the end of the System.Web.Services.Description.BindingCollection.

Contains(Binding) : bool

Returns a value indicating whether the specified System.Web.Services.Description.Binding is a member of the System.Web.Services.Description.BindingCollection.

CopyTo(Binding[], int)

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

IndexOf(Binding) : int

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

Insert(int, Binding)

Adds the specified System.Web.Services.Description.Binding to the System.Web.Services.Description.BindingCollection at the specified zero-based index.

Remove(Binding)

Removes the first occurrence of the specified System.Web.Services.Description.Binding from the System.Web.Services.Description.BindingCollection.

Protected Methods

override
GetKey(object) : string

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

override
SetParent(object, object)

Sets the parent System.Web.Services.Description.ServiceDescription of a member of the System.Web.Services.Description.BindingCollection.