ManualAddressing Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

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.

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 Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft