TransportBindingElement.ManualAddressing Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that indicates whether manual addressing of the message is required.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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.