HttpContextWrapper.AllowAsyncDuringSyncStages Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether asynchronous operations are allowed during parts of ASP.NET request processing when they are not expected.
public:
virtual property bool AllowAsyncDuringSyncStages { bool get(); void set(bool value); };
public override bool AllowAsyncDuringSyncStages { get; set; }
member this.AllowAsyncDuringSyncStages : bool with get, set
Public Overrides Property AllowAsyncDuringSyncStages As 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
.
For more information, see HttpContext.AllowAsyncDuringSyncStages.
Produit | Versions |
---|---|
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :