System.Web.Services
1.0.5000.0
2.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.Web.Services.Protocols.SoapHeader
A SOAP client might invoke an XML Web service with additional data beyond the required parameters in the form of a SOAP header. An XML Web service created using ASP.NET or an XML Web service client can view any SOAP headers it did not know about at the time the XML Web service was written by applying a with a property of either an array of , , or an array of to the XML Web service method. Specifying a of , allows the XML Web service to view the contents of the SOAP header in the form of an .
Represents the data received from a SOAP header that was not understood by the recipient XML Web service or XML Web service client. This class cannot be inherited.
Constructor
To be added
Initializes a new instance of the class.
1.0.5000.0
2.0.0.0
Property
System.Xml.XmlElement
a
If an XML Web service method wants to process SOAP headers it does not know about at the time the XML Web service is written, it can process an class representing the raw XML of the SOAP header.
Gets or sets the XML Header element for a SOAP request or response.
1.0.5000.0
2.0.0.0
System.Xml.Serialization.XmlIgnore