TransportBindingElement.ManualAddressing Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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)

Syntax

'Declaration
Public Property ManualAddressing As Boolean
public bool ManualAddressing { get; set; }

Property Value

Type: System.Boolean
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.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.