ClientRuntime::ManualAddressing Property
.NET Framework (current version)
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 is false. See Remarks.
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. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show:
