SoapHeaderHandling::WriteUnknownHeaders Method (XmlWriter^, SoapHeaderCollection^, String^)

 

Writes the specified SOAP header content to the SOAP message.

Namespace:   System.Web.Services.Protocols
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
Return to top
Show: