System.Web.Services.Protocols.SoapHeaderHandling.WriteUnknownHeaders Method

Writes the specified SOAP header content to the SOAP message.

Syntax

public static void WriteUnknownHeaders (System.Xml.XmlWriter writer, SoapHeaderCollection headers, string envelopeNS)

Parameters

writer
The System.Xml.XmlWriter to be used in writing the headers.
headers
The System.Web.Services.Protocols.SoapHeaderCollection that contains the SOAP headers to be written.
envelopeNS
A string that contains the namespace for the SOAP message envelope.

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