次の方法で共有


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

適用対象