HttpRuntimeSection, ROOT\WebAdministration\MS_409
Class
| Methods (5)
| Properties (29)
| Qualifiers (4)
| Instances | Namespaces (2)
Samples: VB Script
| C#
| VB.Net
| Search on:Microsoft
Description Configures ASP.NET HTTP run-time settings that determine how a request is processed for a given ASP.NET application.
HttpRuntimeSection methods HttpRuntimeSection has 5 methods (5 Derived )
HttpRuntimeSection properties HttpRuntimeSection has 29 properties (26 Local , 3 Derived )
Detailed description of HttpRuntimeSection methods Derived methods (5) of HttpRuntimeSection class
Detailed description of HttpRuntimeSection properties Local properties (26) of HttpRuntimeSection class ▲ ApartmentThreading propertyCIMTYPE 'boolean' Description 'An optional read/write Boolean value. True if apartment threading is enabled for classic ASP compatibility; otherwise, false.' ApartmentThreading property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ AppRequestQueueLimit propertyCIMTYPE 'sint32' Description 'An optional read/write sint32 value that specifies the maximum number of requests that ASP.NET queues for the application.' AppRequestQueueLimit property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ AsyncPreloadMode propertyCIMTYPE 'sint32' Description 'An read/write sint32 value for Async Preload Mode.' Values ['None', 'Form', 'FormMultiPart', 'AllFormTypes', 'NonForm', 'All'] AsyncPreloadMode property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ DelayNotificationTimeout propertyCIMTYPE 'datetime' Description 'An optional read/write datetime value that specifies the time-out for delaying notifications.' DelayNotificationTimeout property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
CIMTYPE 'boolean' Description 'An optional read/write Boolean value. True if ASP.NET should check the request header for potential injection attacks; otherwise, false.' EnableHeaderChecking property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ EnableKernelOutputCache propertyCIMTYPE 'boolean' Description 'An optional read/write Boolean value. True if output caching is enabled; otherwise, false.' EnableKernelOutputCache property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
CIMTYPE 'boolean' Description 'An optional read/write Boolean value. True if ASP.NET should output a version header; otherwise, false.' EnableVersionHeader property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ EncoderType propertyCIMTYPE 'string' Description 'An optional read/write String value for EncoderType.' EncoderType property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ ExecutionTimeout propertyCIMTYPE 'datetime' Description 'An optional read/write datetime value that specifies the maximum time that a request is allowed to execute before ASP.NET automatically stops it.' ExecutionTimeout property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ MaxQueryStringLength propertyCIMTYPE 'sint32' Description 'An optional read/write sint32 value that specifies the maximum length of a query string.' MaxQueryStringLength property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ MaxRequestLength propertyCIMTYPE 'sint32' Description 'An optional read/write sint32 value that specifies the limit, in kilobytes, for the input stream buffering threshold.' MaxRequestLength property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ MaxUrlLength propertyCIMTYPE 'sint32' Description 'An optional read/write sint32 value that specifies the maximum length of a URL.' MaxUrlLength property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ MaxWaitChangeNotification propertyCIMTYPE 'sint32' Description 'An optional read/write sint32 value that specifies the maximum time, in seconds, to wait after the first file change notification before the application domain restarts for a new request.' MaxWaitChangeNotification property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ MinFreeThreads propertyCIMTYPE 'sint32' Description 'An optional read/write sint32 value that specifies the minimum number of threads that ASP.NET keeps available for requests that require additional threads to complete processing.' MinFreeThreads property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ MinLocalRequestFreeThreads propertyCIMTYPE 'sint32' Description 'An optional read/write sint32 value that specifies the minimum number of threads that ASP.NET keeps available for local requests that require additional threads to complete processing.' MinLocalRequestFreeThreads property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ RelaxedUrlToFileSystemMapping propertyCIMTYPE 'boolean' Description 'An optional read/write Boolean value for RelaxedUrlToFileSystemMapping.' RelaxedUrlToFileSystemMapping property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ RequestLengthDiskThreshold propertyCIMTYPE 'sint32' Description 'An optional read/write sint32 value that specifies, in bytes, the limit for the input stream buffering threshold.' RequestLengthDiskThreshold property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ RequestPathInvalidCharacters propertyCIMTYPE 'string' Description 'An optional read/write String value for RequestPathInvalidCharacters.' RequestPathInvalidCharacters property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ RequestValidationMode propertyCIMTYPE 'string' Description 'An optional read/write String value for RequestValidationMode.' RequestValidationMode property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ RequestValidationType propertyCIMTYPE 'string' Description 'An optional read/write String value for RequestValidationType.' RequestValidationType property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ RequireRootedSaveAsPath propertyCIMTYPE 'boolean' Description 'An optional read/write Boolean value. True if the filename parameter in a SaveAs method must be an absolute path; otherwise, false.' RequireRootedSaveAsPath property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ UseFullyQualifiedRedirectUrl propertyCIMTYPE 'boolean' Description 'An optional read/write Boolean value. True if client-side redirects are fully qualified; otherwise, false.' UseFullyQualifiedRedirectUrl property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
▲ WaitChangeNotification propertyCIMTYPE 'sint32' Description 'An optional read/write sint32 value that specifies the time, in seconds, to wait for another file change notification before the application domain restarts.' WaitChangeNotification property is in 1 class (HttpRuntimeSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
Derived properties (3) of HttpRuntimeSection class
HttpRuntimeSection Qualifiers Name Value ToInstance ToSubclass Overridable Amended Local
AMENDMENT True ✗ ✗ ✓ ✗ ✓
Description 'Configures ASP.NET HTTP run-time settings that determine how a request is processed for a given ASP.NET application.' ✗ ✓ ✓ ✗ ✓
DisplayName 'Http Runtime Section' ✓ ✓ ✓ ✗ ✓
LOCALE 1033 ✓ ✓ ✓ ✗ ✓
HttpRuntimeSection System properties Name Value Origin CIMType Local Array
__PATH '\\.\ROOT\WebAdministration\MS_409:HttpRuntimeSection' ___SYSTEM 8 ✗ ✗
__NAMESPACE 'ROOT\WebAdministration\MS_409' ___SYSTEM 8 ✗ ✗
__SERVER '.' ___SYSTEM 8 ✗ ✗
__DERIVATION ['ConfigurationSection'] ___SYSTEM 8 ✗ ✓
__PROPERTY_COUNT 29 ___SYSTEM 3 ✗ ✗
__RELPATH 'HttpRuntimeSection ' ___SYSTEM 8 ✗ ✗
__DYNASTY 'ConfigurationSection ' ___SYSTEM 8 ✗ ✗
__SUPERCLASS 'ConfigurationSection ' ___SYSTEM 8 ✗ ✗
__CLASS 'HttpRuntimeSection ' ___SYSTEM 8 ✗ ✗
__GENUS 1 ___SYSTEM 3 ✗ ✗
Similar Classes to HttpRuntimeSection Number of classes:119
Please enable JavaScript to view the comments powered by Disqus.
comments powered by