Configuration\HttpRuntimeSection.cs (17)
76new ConfigurationProperty("executionTimeout",
83new ConfigurationProperty("maxRequestLength",
90new ConfigurationProperty("requestLengthDiskThreshold",
102new ConfigurationProperty("minFreeThreads",
109new ConfigurationProperty("minLocalRequestFreeThreads",
116new ConfigurationProperty("appRequestQueueLimit",
143new ConfigurationProperty("defaultRegexMatchTimeout",
150new ConfigurationProperty("shutdownTimeout",
157new ConfigurationProperty("delayNotificationTimeout",
164new ConfigurationProperty("waitChangeNotification",
171new ConfigurationProperty("maxWaitChangeNotification",
193new ConfigurationProperty("encoderType",
200new ConfigurationProperty("requestValidationMode",
207new ConfigurationProperty("requestValidationType",
215new ConfigurationProperty("requestPathInvalidCharacters",
223new ConfigurationProperty("maxUrlLength",
231new ConfigurationProperty("maxQueryStringLength",
Configuration\MachineKeySection.cs (7)
55new ConfigurationProperty("validationKey", typeof(string), "AutoGenerate,IsolateApps", StdValidatorsAndConverters.WhiteSpaceTrimStringConverter, StdValidatorsAndConverters.NonEmptyStringValidator, ConfigurationPropertyOptions.None);
57new ConfigurationProperty("decryptionKey", typeof(string),"AutoGenerate,IsolateApps",StdValidatorsAndConverters.WhiteSpaceTrimStringConverter, StdValidatorsAndConverters.NonEmptyStringValidator, ConfigurationPropertyOptions.None);
59new ConfigurationProperty("decryption", typeof(string), "Auto", StdValidatorsAndConverters.WhiteSpaceTrimStringConverter, StdValidatorsAndConverters.NonEmptyStringValidator, ConfigurationPropertyOptions.None);
61new ConfigurationProperty("validation", typeof(string), DefaultValidationAlgorithm, StdValidatorsAndConverters.WhiteSpaceTrimStringConverter, StdValidatorsAndConverters.NonEmptyStringValidator, ConfigurationPropertyOptions.None);
63new ConfigurationProperty("dataProtectorType", typeof(string), DefaultDataProtectorType, StdValidatorsAndConverters.WhiteSpaceTrimStringConverter, null, ConfigurationPropertyOptions.None);
65new ConfigurationProperty("applicationName", typeof(string), DefaultApplicationName, StdValidatorsAndConverters.WhiteSpaceTrimStringConverter, null, ConfigurationPropertyOptions.None);
67new ConfigurationProperty("compatibilityMode", typeof(MachineKeyCompatibilityMode), MachineKeyCompatibilityMode.Framework20SP1, null, null, ConfigurationPropertyOptions.None);
Configuration\ProcessModelSection.cs (16)
85new ConfigurationProperty("timeout",
92new ConfigurationProperty("idleTimeout",
99new ConfigurationProperty("shutdownTimeout",
106new ConfigurationProperty("requestLimit",
113new ConfigurationProperty("requestQueueLimit",
120new ConfigurationProperty("restartQueueLimit",
139new ConfigurationProperty("clientConnectedCheck",
150new ConfigurationProperty("responseDeadlockInterval",
157new ConfigurationProperty("responseRestartDeadlockInterval",
169new ConfigurationProperty("maxWorkerThreads",
176new ConfigurationProperty("maxIoThreads",
183new ConfigurationProperty("minWorkerThreads",
190new ConfigurationProperty("minIoThreads",
199new ConfigurationProperty("pingFrequency",
206new ConfigurationProperty("pingTimeout",
213new ConfigurationProperty("maxAppDomains",