HttpContextWrapper.AsyncPreloadMode Property     
Definition
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 an object that contains flags that pertain to asynchronous preload mode.
public:
 virtual property System::Web::Configuration::AsyncPreloadModeFlags AsyncPreloadMode { System::Web::Configuration::AsyncPreloadModeFlags get(); void set(System::Web::Configuration::AsyncPreloadModeFlags value); };public override System.Web.Configuration.AsyncPreloadModeFlags AsyncPreloadMode { get; set; }member this.AsyncPreloadMode : System.Web.Configuration.AsyncPreloadModeFlags with get, setPublic Overrides Property AsyncPreloadMode As AsyncPreloadModeFlagsProperty Value
An object that contains flags that pertain to asynchronous preload mode.
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.