SoapHeaderHandling Class
The SoapHeaderHandling class is used to get, set, write, and read SOAP header content to and from SOAP messages.
Assembly: System.Web.Services (in System.Web.Services.dll)
| Name | Description | |
|---|---|---|
![]() | SoapHeaderHandling() | Initializes a new instance of SoapHeaderHandling. |
| Name | Description | |
|---|---|---|
![]() ![]() | 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() | |
![]() | 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. |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

