MessageHeader<T>::Actor Property

 

Gets or sets the targeted recipient of the message header.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property String^ Actor {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The targeted recipient of the message header. The default is an empty string ("").

If this property is empty, the header is interpreted as targeted for the ultimate recipient of the message.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Return to top
Show: