共用方式為


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 元素都必須包含這個屬性。

適用於