HttpBindingBase::IBindingRuntimePreferences::ReceiveSynchronously Property
.NET Framework (current version)
Gets a value that indicates whether incoming requests are handled synchronously or asynchronously.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
private: property bool ReceiveSynchronously { virtual bool get() sealed = IBindingRuntimePreferences::ReceiveSynchronously::get; }
Property Value
Type: System::Booleantrue to incoming requests are handled synchronously or asynchronously; otherwise, false.
.NET Framework
Available since 4.5
Available since 4.5
Show: