System.Web.Services.Configuration.ProtocolElementCollection Members

The members of System.Web.Services.Configuration.ProtocolElementCollection are listed below.

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Constructors

Public Properties

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

Public Methods

Add(ProtocolElement)

Adds a System.Web.Services.Configuration.ProtocolElement to the collection.

Clear()

Removes all System.Web.Services.Configuration.ProtocolElement objects from the collection.

ContainsKey(object) : bool

Returns a bool that indicates whether a System.Web.Services.Configuration.ProtocolElement with the specified key exists in the collection.

CopyTo(ProtocolElement[], int)

Copies the elements from the collection to an array, starting at a particular index of the array.

IndexOf(ProtocolElement) : int

Returns the zero-based index of a specified System.Web.Services.Configuration.ProtocolElement in the collection.

Remove(ProtocolElement)

Removes a specified System.Web.Services.Configuration.ProtocolElement from the collection.

RemoveAt(int)

Removes the element at the specified index in the collection.

RemoveAt(object)

Removes the System.Web.Services.Configuration.ProtocolElement with the specified key from the collection.

Protected Methods

override
CreateNewElement() : System.Configuration.ConfigurationElement
Documentation for this section has not yet been entered.
override
GetElementKey(System.Configuration.ConfigurationElement) : object
Documentation for this section has not yet been entered.