SoapHeaderCollection.Item Property (Int32)
.NET Framework (current version)
Gets or sets the SoapHeader at the specified index of the SoapHeaderCollection.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- index
-
Type:
System.Int32
The zero-based index of the SoapHeader to get or set.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index parameteris not a valid index in the SoapHeaderCollection. |
This property provides the ability to access a specific element in the collection by using the following syntax: myCollection[index].
.NET Framework
Available since 1.1
Available since 1.1
Show: