MessageHeader<T>.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

注釈

このプロパティが true され、メッセージ受信者がメッセージ ヘッダーを解釈できない場合、メッセージは処理されず、例外がスローされます。 このプロパティが false場合、受信側はメッセージ ヘッダーを無視して処理を続行できます。

適用対象