SoapHeader.EncodedMustUnderstand Property

 

Gets or sets the value of the mustUnderstand XML attribute for the SOAP header when communicating with SOAP protocol version 1.1.

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

member EncodedMustUnderstand : string with get, set

Property Value

Type: System.String

The value of the mustUnderstand attribute. The default is "0".

Exception Condition
ArgumentException

The property is set to a value other than: "0", "1", "true", or "false".

Do not use this property. Instead use the MustUnderstand property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: