The properties of System.Web.Configuration.HttpRuntimeSection are listed below. For a list of all members, see the HttpRuntimeSection Members list.
See Also: Inherited members from System.Configuration.ConfigurationSection
ApartmentThreading | bool.
Gets or sets a value that indicates whether application apartment threading is enabled. | |
AppRequestQueueLimit | int.
Gets or sets a value that indicates the maximum number of requests that ASP.NET queues for the application. | |
DelayNotificationTimeout | TimeSpan.
Gets or sets the change notification delay. | |
Enable | bool.
Gets or sets a value that indicates whether the application domain is enabled. | |
EnableHeaderChecking | bool.
Gets or sets a value that indicates whether the header checking is enabled. | |
EnableKernelOutputCache | bool.
Gets or sets a value that indicates whether output caching is enabled. | |
EnableVersionHeader | bool.
Gets or sets a value that indicates whether ASP.NET should output a version header. | |
ExecutionTimeout | TimeSpan.
Gets or sets the allowed execution time for the request. | |
MaxRequestLength | int.
Gets or sets the maximum request size. | |
MaxWaitChangeNotification | int.
Gets or sets the time interval between the first change notification and the time at which the application domain is restarted. | |
MinFreeThreads | int.
Gets or sets the minimum number of threads that must be free before a request for resources in this configuration scope can be serviced. | |
MinLocalRequestFreeThreads | int.
Gets or sets the minimum number of free threads required to service a local request. | |
RequestLengthDiskThreshold | int.
Gets or sets the input-stream buffering threshold. | |
RequireRootedSaveAsPath | bool.
Gets or sets a value that indicates whether the file name must be a fully qualified physical file path. | |
SendCacheControlHeader | bool.
Gets or sets a value that indicates whether the cache-control:private header is sent as part of the HTTP response. | |
ShutdownTimeout | TimeSpan.
Gets or sets the length of time the application is allowed to idle before it is terminated. | |
UseFullyQualifiedRedirectUrl | bool.
Gets or sets a value that indicates whether the client-side redirects are fully qualified. | |
WaitChangeNotification | int.
Gets or sets the waiting time before the next change notification. |
[read-only] override | Properties | System.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered. |