This documentation is archived and is not being maintained.
SoapHeaderHandling Methods
.NET Framework (current version)
Namespace:
System.Web.Services.ProtocolsAssembly:
System.Web.Services (in System.Web.Services.dll)
| 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^, array<SoapHeaderMapping^>^, SoapHeaderDirection, Boolean) | Gets the SOAP header content for the specified SOAP message. |
 | GetType() | Gets the Type of the current instance.(Inherited from Object.) |
 | ReadHeaders(XmlReader^, XmlSerializer^, SoapHeaderCollection^, array<SoapHeaderMapping^>^, SoapHeaderDirection, String^, String^, Boolean) | Returns a String that contains the SOAP header content of the SOAP message. |
  | SetHeaderMembers(SoapHeaderCollection^, Object^, array<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^, array<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. |
Return to top