Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MessageHeaderAttribute::Relay Property

 

Specifies whether this header is to be relayed to downstream nodes. This is mapped to the relay SOAP header attribute.

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

public:
property bool Relay {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if this header is to be relayed to downstream nodes; otherwise, false.

This property is ignored when SOAP 1.1 is used. For more information, see the Remarks section of MessageHeaderAttribute for details.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft