HttpBindingBase::IBindingRuntimePreferences::ReceiveSynchronously Property

.NET Framework (current version)
 

Gets a value that indicates whether incoming requests are handled synchronously or asynchronously.

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

private:
property bool ReceiveSynchronously {
	virtual bool get() sealed = IBindingRuntimePreferences::ReceiveSynchronously::get;
}

Property Value

Type: System::Boolean

true to incoming requests are handled synchronously or asynchronously; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: