SoapHeaderHandling::GetHeaderMembers Method (SoapHeaderCollection^, Object^, array<SoapHeaderMapping^>^, SoapHeaderDirection, Boolean)
.NET Framework (current version)
Gets the SOAP header content for the specified SOAP message.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: static void GetHeaderMembers( SoapHeaderCollection^ headers, Object^ target, array<SoapHeaderMapping^>^ mappings, SoapHeaderDirection direction, bool client )
Parameters
- headers
-
Type:
System.Web.Services.Protocols::SoapHeaderCollection^
The SoapHeaderCollection that contains the SOAP headers.
- target
-
Type:
System::Object^
A Object that represents the SOAP message.
- mappings
-
Type:
array<System.Web.Services.Protocols::SoapHeaderMapping^>^
An array of type SoapHeaderMapping that contains the mappings for the SOAP headers.
- direction
-
Type:
System.Web.Services.Protocols::SoapHeaderDirection
A SoapHeaderDirection value that indicates the direction of the SOAP headers.
- client
-
Type:
System::Boolean
This parameter is currently not used.
.NET Framework
Available since 2.0
Available since 2.0
SoapHeaderHandling Class
System.Web.Services.Protocols Namespace
How to: Change a SOAP Header's Recipients
Show: