Share via


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 元素都必须携带此属性。

适用于