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 元素上的可选上下文属性指定请求的标识符(上下文)。 与此请求相关的所有后续 RSTR 元素都必须携带此属性。

适用于