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.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.Booleantrue 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.
Note: |
|---|
If ManualAddressing is true, the client does not support request-reply operations over a duplex channel. |
Note: