Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpContext::AsyncPreloadMode Property

.NET Framework (current version)
 

Gets or sets an object that contains flags that pertain to asynchronous preload mode.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property AsyncPreloadModeFlags AsyncPreloadMode {
	AsyncPreloadModeFlags get();
	void set(AsyncPreloadModeFlags value);
}

Property Value

Type: System.Web.Configuration::AsyncPreloadModeFlags

An object that contains flags that pertain to asynchronous preload mode.

The first time this property is accessed, the object that contains flags for asynchronous preload mode is loaded from the AsyncPreloadMode setting in the configuration file.

Although this property can be set programmatically, changing the property value only has effect if the property is set before the ExecuteRequestHandler step in the ASP.NET request pipeline.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft