TransportBindingElement.ManualAddressing Property
Gets or sets a value that indicates whether manual addressing of the message is required.
Namespace: System.ServiceModel.Channels
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.