MessageHeaderAttribute.Actor 属性
定义
获取或设置一个指示此标头为目标的节点的 URI。Gets or sets a URI that indicates the node at which this header is targeted. 使用 SOAP 1.2 时映射到角色标头属性,而使用 SOAP 1.1 时则映射到参与者标头属性。Maps to the role header attribute when SOAP 1.2 is used and the actor header attribute when SOAP 1.1 is used.
public:
property System::String ^ Actor { System::String ^ get(); void set(System::String ^ value); };
public string Actor { get; set; }
member this.Actor : string with get, set
Public Property Actor As String
属性值
一个指示此标头为目标的节点的 URI。A URI that indicates the node at which this header is targeted. 使用 SOAP 1.2 时此 URI 映射到角色标头属性,而使用 SOAP 1.1 时则映射到参与者标头属性。This URI maps to the role header attribute when SOAP 1.2 is used and the actor header attribute when SOAP 1.1 is used.
注解
有关更多信息,请参见 MessageHeaderAttribute 的“备注”部分。For more information, see the Remarks section of MessageHeaderAttribute for details.