System.Web.Services.Protocols.SoapHeaderHandling.GetHeaderMembers Method

Gets the SOAP header content for the specified SOAP message.

Syntax

public static void GetHeaderMembers (SoapHeaderCollection headers, object target, SoapHeaderMapping[] mappings, SoapHeaderDirection direction, bool client)

Parameters

headers
The System.Web.Services.Protocols.SoapHeaderCollection that contains the SOAP headers.
target
A object that represents the SOAP message.
mappings
An array of type System.Web.Services.Protocols.SoapHeaderMapping that contains the mappings for the SOAP headers.
direction
A System.Web.Services.Protocols.SoapHeaderDirection value that indicates the direction of the SOAP headers.
client
This parameter is currently not used.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0