TransportBindingElement::ManualAddressing Property
Gets or sets a value that indicates whether manual addressing of the message is required.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property bool ManualAddressing { virtual bool get(); virtual void set(bool value); }
Property Value
Type: System::Booleantrue if manual addressing of the message is required; otherwise false. The default is false.
This property is usually used in router scenarios, where the application determines which one of several destinations to send a message to.
If this property is set to true, the channel assumes the message has already been addressed and does not add any additional information.
If false, the sending channel applies the EndpointAddress configured as the To addressee on the channel to outgoing messages.
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