SoapHeaderHandling Class

 

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

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

System::Object
  System.Web.Services.Protocols::SoapHeaderHandling

[PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")]
public ref class SoapHeaderHandling sealed 

NameDescription
System_CAPS_pubmethodSoapHeaderHandling()

Initializes a new instance of SoapHeaderHandling.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticEnsureHeadersUnderstood(SoapHeaderCollection^)

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

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetHeaderMembers(SoapHeaderCollection^, Object^, array<SoapHeaderMapping^>^, SoapHeaderDirection, Boolean)

Gets the SOAP header content for the specified SOAP message.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodReadHeaders(XmlReader^, XmlSerializer^, SoapHeaderCollection^, array<SoapHeaderMapping^>^, SoapHeaderDirection, String^, String^, Boolean)

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

System_CAPS_pubmethodSystem_CAPS_staticSetHeaderMembers(SoapHeaderCollection^, Object^, array<SoapHeaderMapping^>^, SoapHeaderDirection, Boolean)

Sets the SOAP header content for the specified SOAP message.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticWriteHeaders(XmlWriter^, XmlSerializer^, SoapHeaderCollection^, array<SoapHeaderMapping^>^, SoapHeaderDirection, Boolean, String^, Boolean, String^)

Writes the specified SOAP header content to the SOAP message.

System_CAPS_pubmethodSystem_CAPS_staticWriteUnknownHeaders(XmlWriter^, SoapHeaderCollection^, String^)

Writes the specified SOAP header content to the SOAP message.

.NET Framework
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.

Return to top
Show: