HttpContextWrapper::AsyncPreloadMode Property
.NET Framework (current version)
Gets or sets an object that contains flags that pertain to asynchronous preload mode.
Assembly: System.Web (in System.Web.dll)
public: property AsyncPreloadModeFlags AsyncPreloadMode { virtual AsyncPreloadModeFlags get() override; virtual void set(AsyncPreloadModeFlags value) override; }
Property Value
Type: System.Web.Configuration::AsyncPreloadModeFlagsAn 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.
.NET Framework
Available since 4.5
Available since 4.5
Show: