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