This documentation is archived and is not being maintained.

SoapHeaderCollection Properties

The properties of the SoapHeaderCollection class are listed here. For a complete list of SoapHeaderCollection class members, see the SoapHeaderCollection Members topic.

Public Properties

public propertyCount (inherited from CollectionBase)

Supported by the .NET Compact Framework.

Gets the number of elements contained in the CollectionBase instance.
public propertyItem Gets or sets the SoapHeader at the specified index of the SoapHeaderCollection.

In C#, this property is the indexer for the SoapHeaderCollection class.

Protected Properties

protected propertyInnerList (inherited from CollectionBase) Gets an ArrayList containing the list of elements in the CollectionBase instance.
protected propertyList (inherited from CollectionBase) Gets an IList containing the list of elements in the CollectionBase instance.

See Also

SoapHeaderCollection Class | System.Web.Services.Protocols Namespace

Show: