SoapHeaderHandling Class

Definition

The SoapHeaderHandling class is used to get, set, write, and read SOAP header content to and from SOAP messages.

public ref class SoapHeaderHandling sealed
public sealed class SoapHeaderHandling
type SoapHeaderHandling = class
Public NotInheritable Class SoapHeaderHandling
Inheritance
SoapHeaderHandling

Constructors

SoapHeaderHandling()

Initializes a new instance of SoapHeaderHandling.

Methods

EnsureHeadersUnderstood(SoapHeaderCollection)

Checks to ensure that the SOAP headers that must be understood have been understood; if not, this method throws an exception.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetHeaderMembers(SoapHeaderCollection, Object, SoapHeaderMapping[], SoapHeaderDirection, Boolean)

Gets the SOAP header content for the specified SOAP message.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ReadHeaders(XmlReader, XmlSerializer, SoapHeaderCollection, SoapHeaderMapping[], SoapHeaderDirection, String, String, Boolean)

Returns a String that contains the SOAP header content of the SOAP message.

SetHeaderMembers(SoapHeaderCollection, Object, SoapHeaderMapping[], SoapHeaderDirection, Boolean)

Sets the SOAP header content for the specified SOAP message.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
WriteHeaders(XmlWriter, XmlSerializer, SoapHeaderCollection, SoapHeaderMapping[], SoapHeaderDirection, Boolean, String, Boolean, String)

Writes the specified SOAP header content to the SOAP message.

WriteUnknownHeaders(XmlWriter, SoapHeaderCollection, String)

Writes the specified SOAP header content to the SOAP message.

Applies to