TransportBindingElement.ManualAddressing Property

Definition

Gets or sets a value that indicates whether manual addressing of the message is required.

public:
 virtual property bool ManualAddressing { bool get(); void set(bool value); };
public:
 property bool ManualAddressing { bool get(); void set(bool value); };
public virtual bool ManualAddressing { get; set; }
public bool ManualAddressing { get; set; }
member this.ManualAddressing : bool with get, set
Public Overridable Property ManualAddressing As Boolean
Public Property ManualAddressing As Boolean

Property Value

true if manual addressing of the message is required; otherwise false. The default is false.

Remarks

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.

Applies to