System.Web.Configuration.HttpRuntimeSection Members

The members of System.Web.Configuration.HttpRuntimeSection are listed below.

See Also: Inherited members from System.Configuration.ConfigurationSection

Public Constructors

Initializes a new instance of the System.Web.Configuration.HttpRuntimeSection class using default settings.

Public Properties

ApartmentThreadingbool.

Gets or sets a value that indicates whether application apartment threading is enabled.

AppRequestQueueLimitint.

Gets or sets a value that indicates the maximum number of requests that ASP.NET queues for the application.

DelayNotificationTimeoutTimeSpan.

Gets or sets the change notification delay.

Enablebool.

Gets or sets a value that indicates whether the application domain is enabled.

EnableHeaderCheckingbool.

Gets or sets a value that indicates whether the header checking is enabled.

EnableKernelOutputCachebool.

Gets or sets a value that indicates whether output caching is enabled.

EnableVersionHeaderbool.

Gets or sets a value that indicates whether ASP.NET should output a version header.

ExecutionTimeoutTimeSpan.

Gets or sets the allowed execution time for the request.

MaxRequestLengthint.

Gets or sets the maximum request size.

MaxWaitChangeNotificationint.

Gets or sets the time interval between the first change notification and the time at which the application domain is restarted.

MinFreeThreadsint.

Gets or sets the minimum number of threads that must be free before a request for resources in this configuration scope can be serviced.

MinLocalRequestFreeThreadsint.

Gets or sets the minimum number of free threads required to service a local request.

RequestLengthDiskThresholdint.

Gets or sets the input-stream buffering threshold.

RequireRootedSaveAsPathbool.

Gets or sets a value that indicates whether the file name must be a fully qualified physical file path.

SendCacheControlHeaderbool.

Gets or sets a value that indicates whether the cache-control:private header is sent as part of the HTTP response.

ShutdownTimeoutTimeSpan.

Gets or sets the length of time the application is allowed to idle before it is terminated.

UseFullyQualifiedRedirectUrlbool.

Gets or sets a value that indicates whether the client-side redirects are fully qualified.

WaitChangeNotificationint.

Gets or sets the waiting time before the next change notification.

Protected Properties

[read-only]
override
PropertiesSystem.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered.