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 Shared Sub WriteUnknownHeaders (
	writer As XmlWriter,
	headers As SoapHeaderCollection,
	envelopeNS As String
)

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: