| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HttpRuntimeSection ClassSystem.Web.Configuration Namespace .NET Framework version 2.0 Configures the ASP.NET HTTP runtime. This class cannot be inherited.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Visibility | Name | Value Type | Accessibility |
|---|---|---|---|
| public | ApartmentThreading | Boolean | [ Get , Set ] |
| public | AppRequestQueueLimit | Int32 | [ Get , Set ] |
| public | DelayNotificationTimeout | TimeSpan | [ Get , Set ] |
| public | Enable | Boolean | [ Get , Set ] |
| public | EnableHeaderChecking | Boolean | [ Get , Set ] |
| public | EnableKernelOutputCache | Boolean | [ Get , Set ] |
| public | EnableVersionHeader | Boolean | [ Get , Set ] |
| public | ExecutionTimeout | TimeSpan | [ Get , Set ] |
| public | MaxRequestLength | Int32 | [ Get , Set ] |
| public | MaxWaitChangeNotification | Int32 | [ Get , Set ] |
| public | MinFreeThreads | Int32 | [ Get , Set ] |
| public | MinLocalRequestFreeThreads | Int32 | [ Get , Set ] |
| public | RequestLengthDiskThreshold | Int32 | [ Get , Set ] |
| public | RequireRootedSaveAsPath | Boolean | [ Get , Set ] |
| public | SendCacheControlHeader | Boolean | [ Get , Set ] |
| public | ShutdownTimeout | TimeSpan | [ Get , Set ] |
| public | UseFullyQualifiedRedirectUrl | Boolean | [ Get , Set ] |
| public | WaitChangeNotification | Int32 | [ Get , Set ] |
The HttpRuntimeSection provides a way to programmatically access and modify the httpRuntime section of a configuration file.
The HttpRuntimeSection allows you to handle those parameters that affect the behavior of the ASP.NET runtime, and can be used at any level in the configuration hierarchy.
The HttpRuntimeSection section contains directives that manage the following:
When running more than one application in a single process, you should lock down this section so that applications cannot elevate their relative priority to one another.
ASP.NET Configuration <httpRuntime> Section
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme