HttpRuntimeSection::AsyncPreloadMode Property
.NET Framework (current version)
Gets or sets the mode of the request entity that is asynchronously preloaded.
Assembly: System.Web (in System.Web.dll)
public: [ConfigurationPropertyAttribute("asyncPreloadMode", DefaultValue = AsyncPreloadModeFlags::None)] property AsyncPreloadModeFlags AsyncPreloadMode { AsyncPreloadModeFlags get(); void set(AsyncPreloadModeFlags value); }
This property must to be set before ExecuteRequestHandleris set in the ASP.NET pipeline.
.NET Framework
Available since 4.5
Available since 4.5
Show: