MessageHeaders::Action Property

 

Gets or sets a description of how the message should be processed.

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

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

Property Value

Type: System::String^

A description of how the message should be processed.

This property corresponds to the <Action> element described in the WS-Addressing specification.

The following code example demonstrates a simple client using the channel factory to send a message and read the action header from the reply.

No code example is currently available or this language may not be supported.

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