HttpContextBase.AllowAsyncDuringSyncStages Property

.NET Framework (current version)
 

When implemented in a derived class, 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)

abstract AllowAsyncDuringSyncStages : bool with get, set
override AllowAsyncDuringSyncStages : bool with get, set

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: