System.Web.Services.Protocols.SoapHeader.DidUnderstand Property

Gets or sets a value indicating whether an XML Web service method properly processed a SOAP header.

Syntax

[System.Xml.Serialization.XmlIgnore]
[System.Xml.Serialization.SoapIgnore]
public bool DidUnderstand { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

For SOAP headers defined by an XML Web service, ASP.NET assumes the XML Web service method properly processed the SOAP header by setting the initial value of SoapHeader.DidUnderstand to true. For SOAP headers not defined by the XML Web service, the initial value is false. If ASP.NET detects SOAP headers passed to an XML Web service method with SoapHeader.DidUnderstand set to false after the method returns, a System.Web.Services.Protocols.SoapHeaderException is thrown back to the XML Web service client instead of the results from the XML Web service method.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0