SoapHeaderHandling Methods

 

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

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.

Return to top
Show: