HttpRuntimeSection.AsyncPreloadMode Property

Definition

Gets or sets the mode of the request entity that is asynchronously preloaded.

C#
[System.Configuration.ConfigurationProperty("asyncPreloadMode", DefaultValue=System.Web.Configuration.AsyncPreloadModeFlags.None)]
public System.Web.Configuration.AsyncPreloadModeFlags AsyncPreloadMode { get; set; }

Property Value

The mode of the request entity.

Attributes

Remarks

This property must to be set before ExecuteRequestHandler is set in the ASP.NET pipeline.

Applies to

Product 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