Soap.InvokeRegistry.TSOAPHeader.MustUnderstand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MustUnderstand: Boolean read FMustUnderstand write FMustUnderstand;

C++

__property bool MustUnderstand = {read=FMustUnderstand, write=FMustUnderstand, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TSOAPHeader

Description

Indicates whether an application is required to recognize and handle the header on received messages.

When MustUnderstand is false, applications can ignore this header if they do not recognize it and know how to handle it.

When MustUnderstand is true, applications that receive messages with this header but that do not recognize or handle it must throw a MustUnderstand fault.

See Also