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