SoapHeaderCollection.IndexOf Method (SoapHeader)
.NET Framework (current version)
Determines the index of the SoapHeader in the SoapHeaderCollection.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- header
-
Type:
System.Web.Services.Protocols.SoapHeader
The SoapHeader to locate in the SoapHeaderCollection.
Return Value
Type: System.Int32The index of the header parameter, if found in the SoapHeaderCollection; otherwise, -1.
.NET Framework
Available since 1.1
Available since 1.1
Show: