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.
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::Booleanfalse 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.
For more information, see HttpContext::AllowAsyncDuringSyncStages.
.NET Framework
Available since 4.5
Available since 4.5
Show: