Share via


Soap.SetMustUnderstand Method

Sets the MustUnderstand element is the SOAP header for the supplied XmlElement in the XmlDocument.

Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim document As XmlDocument
Dim element As XmlElement
Dim mustUnderstand As Boolean
Dim soap1 As Soap
soap1.SetMustUnderstand(document, element, mustUnderstand)

Syntax

'Declaration
Public Overridable Sub SetMustUnderstand( _
    ByVal document As XmlDocument, _
    ByVal element As XmlElement, _
    ByVal mustUnderstand As Boolean _
)
public virtual void SetMustUnderstand(
    XmlDocument document, 
    XmlElement element, 
    bool mustUnderstand
);
public:
virtual void SetMustUnderstand(
    XmlDocument^ document,
    XmlElement^ element,
    bool mustUnderstand
);
public virtual void SetMustUnderstand(
    XmlDocument document, 
    XmlElement element, 
    boolean mustUnderstand
);
public function SetMustUnderstand(
     document : XmlDocument, 
     element : XmlElement, 
     mustUnderstand : Boolean
) : Void;

Parameters

  • document
    The SOAP message.
  • element
    The SOAP header.
  • mustUnderstand

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

Soap Class
Soap Members
Microsoft.Web.Services3 Namespace