MessageHeaderDescription.MustUnderstand プロパティ

定義

SOAP 1.1 および 1.2 の仕様に従ってヘッダーを理解する必要があるかどうかを示す値を取得または設定します。

public:
 property bool MustUnderstand { bool get(); void set(bool value); };
public bool MustUnderstand { get; set; }
member this.MustUnderstand : bool with get, set
Public Property MustUnderstand As Boolean

プロパティ値

true メッセージ ヘッダーの処理が必須の場合。それ以外の場合は false

適用対象