WSTrustMessage.Context 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 元素都必須包含這個屬性。