Soap.InvokeRegistry.TSOAPHeader.MustUnderstand

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property MustUnderstand: Boolean read FMustUnderstand write FMustUnderstand;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TSOAPHeader

説明

アプリケーションが,受け取ったメッセージのヘッダーを認識して処理する必要があるかどうかを示します。

MustUnderstand が false で,アプリケーションがこのヘッダーを認識せず,その処理方法もわからない場合は,このヘッダーを無視できます。

MustUnderstand が true で,アプリケーションがこのヘッダーを持つメッセージを受け取ったが,ヘッダーを認識せず,処理も行わない場合は,MustUnderstand 障害を送出しなければなりません。

関連項目