WSTrustMessage.Context プロパティ

定義

RST または RSTR の Context 属性の内容を取得または設定します。

public:
 property System::String ^ Context { System::String ^ get(); void set(System::String ^ value); };
public string Context { get; set; }
member this.Context : string with get, set
Public Property Context As String

プロパティ値

要求または応答メッセージのコンテキストを識別する URI を含む文字列。

注釈

RST 要素の省略可能な Context 属性は、要求の識別子 (コンテキスト) を指定します。 この要求に関連する後続のすべての RSTR 要素は、この属性を保持する必要があります。

適用対象