Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MessageHeaderAttribute.Actor Property

Definition

Namespace:
System.ServiceModel
Assembly:
System.ServiceModel.dll
Source:
MessageHeaderAttribute.cs
Source:
MessageHeaderAttribute.cs
Source:
MessageHeaderAttribute.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets a URI that indicates the node at which this header is targeted. 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

Property Value

A URI that indicates the node at which this header is targeted. 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.

Remarks

For more information, see the Remarks section of MessageHeaderAttribute for details.

Applies to


Feedback

Was this page helpful?