SoapHeaderHandling::WriteUnknownHeaders Method (XmlWriter^, SoapHeaderCollection^, String^)
.NET Framework (current version)
Writes the specified SOAP header content to the SOAP message.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: static void WriteUnknownHeaders( XmlWriter^ writer, SoapHeaderCollection^ headers, String^ envelopeNS )
Parameters
- writer
-
Type:
System.Xml::XmlWriter^
The XmlWriter to be used in writing the headers.
- headers
-
Type:
System.Web.Services.Protocols::SoapHeaderCollection^
The SoapHeaderCollection that contains the SOAP headers to be written.
- envelopeNS
-
Type:
System::String^
A String that contains the namespace for the SOAP message envelope.
.NET Framework
Available since 2.0
Available since 2.0
Show: