ManualAddressing Property

ClientRuntime.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 the client adds addressing headers to request-reply messages.

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

public bool ManualAddressing { get; set; }

Property Value

Type: System.Boolean
true if the client does not add any addressing headers; otherwise, false. The default value is false.

Set the ManualAddressing property to true if you want to prevent the client from adding Message ID and Reply-To addressing headers to request/response messages so that your application can control these headers.

NoteNote:

If ManualAddressing is true, the client does not support request-reply operations over a duplex channel.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft