HttpContextWrapper::AllowAsyncDuringSyncStages Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether asynchronous operations are allowed during parts of ASP.NET request processing when they are not expected.

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

public:
property bool AllowAsyncDuringSyncStages {
	virtual bool get() override;
	virtual void set(bool value) override;
}

Property Value

Type: System::Boolean

false if ASP.NET will throw an exception when the asynchronous API is used at a time when it is not expected; otherwise, true. The default value is false.

.NET Framework
Available since 4.5
Return to top
Show: