The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IBindingRuntimePreferences::ReceiveSynchronously Property
.NET Framework (current version)
Gets a value that indicates whether incoming requests can be handled more efficiently synchronously or asynchronously.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Booleantrue if requests can be handled more efficiently synchronously; otherwise false. The default is false, to handle requests asynchronously.
The standard (system-provided) bindings provided by Windows Communication Foundation (WCF) have implemented this interface and in some cases override the default value to process incoming messages synchronously.
.NET Framework
Available since 3.0
Available since 3.0
Show: