The members of System.Web.Services.Protocols.SoapHeaderHandling are listed below.
See Also: Inherited members from System.Object
Public Constructors
Public Methods
static | EnsureHeadersUnderstood(SoapHeaderCollection)
Checks to ensure that the SOAP headers that must be understood have been understood; if not, this method throws an exception.
|
static | GetHeaderMembers(SoapHeaderCollection, object, SoapHeaderMapping[], SoapHeaderDirection, bool)
Gets the SOAP header content for the specified SOAP message.
|
| ReadHeaders(System.Xml.XmlReader, System.Xml.Serialization.XmlSerializer, SoapHeaderCollection, SoapHeaderMapping[], SoapHeaderDirection, string, string, bool) : string
Returns a string that contains the SOAP header content of the SOAP message.
|
static | SetHeaderMembers(SoapHeaderCollection, object, SoapHeaderMapping[], SoapHeaderDirection, bool)
Sets the SOAP header content for the specified SOAP message.
|
static | WriteHeaders(System.Xml.XmlWriter, System.Xml.Serialization.XmlSerializer, SoapHeaderCollection, SoapHeaderMapping[], SoapHeaderDirection, bool, string, bool, string)
Writes the specified SOAP header content to the SOAP message.
|
static | WriteUnknownHeaders(System.Xml.XmlWriter, SoapHeaderCollection, string)
Writes the specified SOAP header content to the SOAP message.
|