382 writes to
System.Configuration (14)
System\Configuration\AppSettingsSection.cs (1)
82
base
[
s_propFile] = value;
System\Configuration\ConnectionStringSettings.cs (3)
69
base
[
_propName] = value;
79
base
[
_propConnectionString] = value;
93
base
[
_propProviderName] = value;
System\Configuration\KeyValueConfigurationElement.cs (2)
60
base
[
_propKey] = _initKey;
82
base
[
_propValue] = value;
System\Configuration\NameValueConfigurationElement.cs (3)
58
base
[
_propName] = name;
59
base
[
_propValue] = value;
87
base
[
_propValue] = value;
System\Configuration\ProtectedConfigurationSection.cs (1)
165
base
[
_propDefaultProvider] = value;
System\Configuration\ProviderSettings.cs (4)
143
base
[
_propName] = value;
156
base
[
_propType] = value;
209
base
[
SetPropName] = value;
221
base
[
_propName] = value; // Add them to the property bag
System.Drawing (1)
commonui\System\Drawing\Configuration\SystemDrawingSection.cs (1)
27
set { this
[
bitmapSuffix] = value; }
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (1)
139
this
[
configProperty] = element;
System.Web (333)
Configuration\AnonymousIdentificationSection.cs (9)
115
base
[
_propEnabled] = value;
126
base
[
_propCookieName] = value;
138
base
[
_propCookieTimeout] = value;
149
base
[
_propCookiePath] = value;
159
base
[
_propCookieRequireSSL] = value;
169
base
[
_propCookieSlidingExpiration] = value;
179
base
[
_propCookieProtection] = value;
189
base
[
_propCookieless] = value;
199
base
[
_propDomain] = value;
Configuration\AssemblyInfo.cs (1)
68
base
[
_propAssembly] = value;
Configuration\AuthenticationSection.cs (1)
151
base
[
_propMode] = value;
Configuration\AuthorizationRule.cs (3)
146
base
[
_propRoles] = roles; // Update property bag
151
base
[
_propUsers] = users; // Update property bag
155
base
[
_propVerbs] = verbs; // Update property bag
Configuration\BufferModeSettings.cs (7)
128
base
[
_propName] = value;
140
base
[
_propMaxBufferSize] = value;
152
base
[
_propMaxFlushSize] = value;
164
base
[
_propUrgentFlushThreshold] = value;
176
base
[
_propRegularFlushInterval] = value;
187
base
[
_propUrgentFlushInterval] = value;
199
base
[
_propMaxBufferThreads] = value;
Configuration\BuildProvider.cs (2)
85
base
[
_propExtension] = value;
96
base
[
_propType] = value;
Configuration\CacheSection.cs (6)
137
base
[
_propDefaultProvider] = value;
161
base
[
_propDisableMemoryCollection] = value;
171
base
[
_propDisableExpiration] = value;
197
base
[
_propPrivateBytesLimit] = value;
208
base
[
_propPercentagePhysicalMemoryUsedLimit] = value;
226
base
[
_propPrivateBytesPollTime] = value;
Configuration\ClientTarget.cs (2)
50
base
[
_propAlias] = alias;
51
base
[
_propUserAgent] = userAgent;
Configuration\CodeSubDirectory.cs (1)
63
base
[
_propDirectoryName] = value;
Configuration\CompilationSection.cs (19)
251
base
[
_propTempDirectory] = value;
269
base
[
_propDebug] = value;
279
base
[
_propStrict] = value;
289
base
[
_propExplicit] = value;
299
base
[
_propBatch] = value;
309
base
[
_propOptimizeCompilations] = value;
319
base
[
_propUrlLinePragmas] = value;
331
base
[
_propBatchTimeout] = value;
341
base
[
_propMaxBatchSize] = value;
351
base
[
_propMaxBatchGeneratedFileSize] = value;
361
base
[
_propNumRecompilesBeforeAppRestart] = value;
371
base
[
_propDefaultLanguage] = value;
381
base
[
_propTargetFramework] = value;
438
base
[
_propAssemblyPreprocessorType] = value;
481
base
[
_propEnablePrefetchOptimization] = value;
491
base
[
_propProfileGuidedOptimizations] = value;
501
base
[
_propControlBuilderInterceptorType] = value;
511
base
[
_propDisableObsoleteWarnings] = value;
521
base
[
_propMaxConcurrentCompilations] = value;
Configuration\Compiler.cs (5)
63
base
[
_propCompilerOptions] = compilerOptions;
64
base
[
_propExtension] = extension;
65
base
[
_propLanguage] = language;
66
base
[
_propType] = type;
67
base
[
_propWarningLevel] = warningLevel;
Configuration\CustomError.cs (2)
79
base
[
_propStatusCode] = value;
90
base
[
_propRedirect] = value;
Configuration\CustomErrorsSection.cs (4)
96
base
[
_propAllowNestedErrors] = value;
106
base
[
_propDefaultRedirect] = value;
116
base
[
_propRedirectMode] = value;
126
base
[
_propMode] = value;
Configuration\DeploymentSection.cs (1)
54
base
[
_propRetail] = value;
Configuration\EventMappingSettings.cs (4)
100
base
[
_propName] = value;
110
base
[
_propType] = value;
121
base
[
_propStartEventCode] = value;
132
base
[
_propEndEventCode] = value;
Configuration\ExpressionBuilder.cs (2)
69
base
[
_propExpressionPrefix] = value;
80
base
[
_propType] = value;
Configuration\FolderLevelBuildProvider.cs (2)
76
base
[
_propName] = value;
87
base
[
_propType] = value;
Configuration\FormsAuthenticationConfiguration.cs (17)
237
base
[
_propName] = _propName.DefaultValue;
240
base
[
_propName] = value;
253
base
[
_propLoginUrl] = _propLoginUrl.DefaultValue;
256
base
[
_propLoginUrl] = value;
269
base
[
_propDefaultUrl] = _propDefaultUrl.DefaultValue;
272
base
[
_propDefaultUrl] = value;
283
base
[
_propProtection] = value;
295
base
[
_propTimeout] = value;
307
base
[
_propPath] = _propPath.DefaultValue;
310
base
[
_propPath] = value;
321
base
[
_propRequireSSL] = value;
331
base
[
_propSlidingExpiration] = value;
341
base
[
_propEnableCrossAppRedirects] = value;
352
base
[
_propCookieless] = value;
362
base
[
_propDomain] = value;
372
base
[
_propTicketCompatibilityMode] = value;
382
base
[
_propCookieSameSite] = value;
Configuration\FormsAuthenticationCredentials.cs (1)
138
base
[
_propPasswordFormat] = value;
Configuration\FormsAuthenticationUser.cs (2)
139
base
[
_propName] = value;
150
base
[
_propPassword] = value;
Configuration\FullTrustAssembly.cs (3)
83
base
[
_propAssemblyName] = value;
94
base
[
_propVersion] = value;
105
base
[
_propPublicKey] = value;
Configuration\GlobalizationSection.cs (13)
102
base
[
_propRequestEncoding] = value.WebName;
106
base
[
_propRequestEncoding] = value;
121
base
[
_propResponseEncoding] = value.WebName;
125
base
[
_propResponseEncoding] = value;
141
base
[
_propResponseHeaderEncoding] = value.WebName;
145
base
[
_propResponseHeaderEncoding] = value;
161
base
[
_propFileEncoding] = value.WebName;
165
base
[
_propFileEncoding] = value;
180
base
[
_propCulture] = value;
194
base
[
_propUICulture] = value;
205
base
[
_propEnableClientBasedCulture] = value;
215
base
[
_propResourceProviderFactoryType] = value;
225
base
[
_propEnableBestFitResponseEncoding] = value;
Configuration\HealthMonitoringSection.cs (2)
332
base
[
_propHeartbeatInterval] = value;
342
base
[
_propEnabled] = value;
Configuration\HostingEnvironmentSection.cs (4)
90
base
[
_propShutdownTimeout] = value;
102
base
[
_propIdleTimeout] = value;
112
base
[
_propShadowCopyBinAssemblies] = value;
124
base
[
_propUrlMetadataSlidingExpiration] = value;
Configuration\HttpCookiesSection.cs (4)
67
base
[
_propHttpOnlyCookies] = value;
77
base
[
_propRequireSSL] = value;
87
base
[
_propDomain] = value;
97
base
[
_propSameSite] = value;
Configuration\HttpHandlerAction.cs (4)
94
base
[
_propPath] = value;
104
base
[
_propVerb] = value;
116
base
[
_propType] = value;
133
base
[
_propValidate] = value;
Configuration\HttpModuleAction.cs (2)
77
base
[
_propName] = value;
87
base
[
_propType] = value;
Configuration\HttpRuntimeSection.cs (30)
377
base
[
_propAsyncPreloadMode] = value;
392
base
[
_propFcnMode] = value;
409
base
[
_propExecutionTimeout] = value;
428
base
[
_propMaxRequestLength] = value;
444
base
[
_propRequestLengthDiskThreshold] = value;
454
base
[
_propUseFullyQualifiedRedirectUrl] = value;
465
base
[
_propMinFreeThreads] = value;
476
base
[
_propMinLocalRequestFreeThreads] = value;
487
base
[
_propAppRequestQueueLimit] = value;
497
base
[
_propEnableKernelOutputCache] = value;
511
base
[
_propEnableVersionHeader] = value;
522
base
[
_propApartmentThreading] = value;
532
base
[
_propRequireRootedSaveAsPath] = value;
542
base
[
_propEnable] = value;
552
base
[
_propTargetFramework] = value;
588
base
[
_propSendCacheControlHeader] = value;
600
base
[
_propDefaultRegexMatchTimeout] = value;
611
base
[
_propShutdownTimeout] = value;
622
base
[
_propDelayNotificationTimeout] = value;
633
base
[
_propWaitChangeNotification] = value;
644
base
[
_propMaxWaitChangeNotification] = value;
654
base
[
_propEnableHeaderChecking] = value;
665
base
[
_propEncoderType] = value;
680
base
[
_propRequestValidationMode] = value;
691
base
[
_propRequestValidationType] = value;
701
base
[
_propRequestPathInvalidCharacters] = value;
717
base
[
_propMaxUrlLength] = value;
733
base
[
_propMaxQueryStringLength] = value;
743
base
[
_propRelaxedUrlToFileSystemMapping] = value;
753
base
[
_propAllowDynamicModuleRegistration] = value;
Configuration\IdentitySection.cs (3)
93
base
[
_propImpersonate] = value;
104
base
[
_propUserName] = value;
114
base
[
_propPassword] = value;
Configuration\IgnoreDeviceFilterElement.cs (1)
47
base
[
_propName] = name;
Configuration\MachineKeySection.cs (8)
157
base
[
_propValidationKey] = value;
172
base
[
_propDecryptionKey] = value;
189
base
[
_propDecryption] = value;
218
base
[
_propValidation] = value;
245
base
[
_propValidation] = _cachedValidation;
257
base
[
_propDataProtectorType] = value;
268
base
[
_propApplicationName] = value;
287
base
[
_propCompatibilityMode] = value;
Configuration\MembershipSection.cs (3)
133
base
[
_propDefaultProvider] = value;
143
base
[
_propHashAlgorithmType] = value;
159
base
[
_propUserIsOnlineTimeWindow] = value;
Configuration\NamespaceCollection.cs (1)
50
base
[
_propAutoImportVBNamespace] = value;
Configuration\NamespaceInfo.cs (1)
69
base
[
_propNamespace] = value;
Configuration\OutputCacheProfile.cs (11)
124
base
[
_propName] = value;
134
base
[
_propEnabled] = value;
144
base
[
_propDuration] = value;
154
base
[
_propLocation] = value;
164
base
[
_propSqlDependency] = value;
174
base
[
_propVaryByCustom] = value;
184
base
[
_propVaryByControl] = value;
194
base
[
_propVaryByContentEncoding] = value;
204
base
[
_propVaryByHeader] = value;
214
base
[
_propVaryByParam] = value;
224
base
[
_propNoStore] = value;
Configuration\OutputCacheSection.cs (6)
118
base
[
_propEnableOutputCache] = value;
129
base
[
_propEnableFragmentCache] = value;
143
base
[
_propSendCacheControlHeader] = value;
158
base
[
_propOmitVaryStar] = value;
173
base
[
_propEnableKernelCacheForVaryByStar] = value;
185
base
[
_propDefaultProviderName] = value;
Configuration\PagesSection.cs (22)
232
base
[
_propBuffer] = value;
278
base
[
_propEnableSessionState] = tempStr;
288
base
[
_propEnableViewState] = value;
298
base
[
_propEnableViewStateMac] = value;
308
base
[
_propEnableEventValidation] = value;
318
base
[
_propSmartNavigation] = value;
328
base
[
_propAutoEventWireup] = value;
338
base
[
_propMaintainScrollPosition] = value;
349
base
[
_propPageBaseType] = value;
359
base
[
_propUserControlBaseType] = value;
409
base
[
_propPageParserFilterType] = value;
448
base
[
_propValidateRequest] = value;
458
base
[
_propMasterPageFile] = value;
524
base
[
_propTheme] = value;
552
base
[
_propStyleSheetTheme] = value;
595
base
[
_propMaxPageStateFieldLength] = value;
612
base
[
_propCompilationMode] = value;
622
base
[
_propViewStateEncryptionMode] = value;
634
base
[
_propAsyncTimeout] = value;
644
base
[
_propRenderAllHiddenFieldsAtTopOfForm] = value;
658
base
[
_propClientIDMode] = value;
678
base
[
_propControlRenderingCompatibilityVersion] = value;
Configuration\PartialTrustVisibleAssembly.cs (2)
73
base
[
_propAssemblyName] = value;
84
base
[
_propPublicKey] = value;
Configuration\PassportAuthentication.cs (1)
122
base
[
_propRedirectUrl] = value;
Configuration\ProcessModelSection.cs (27)
271
base
[
_propEnable] = value;
282
base
[
_propTimeout] = value;
293
base
[
_propIdleTimeout] = value;
305
base
[
_propShutdownTimeout] = value;
317
base
[
_propRequestLimit] = value;
329
base
[
_propRequestQueueLimit] = value;
341
base
[
_propRestartQueueLimit] = value;
351
base
[
_propMemoryLimit] = value;
361
base
[
_propWebGarden] = value;
371
base
[
_propCpuMask] = "0x" + Convert.ToString(value, 16);
381
base
[
_propUserName] = value;
391
base
[
_propPassword] = value;
401
base
[
_propLogLevel] = value;
412
base
[
_propClientConnectedCheck] = value;
422
base
[
_propComAuthenticationLevel] = value;
432
base
[
_propComImpersonationLevel] = value;
444
base
[
_propResponseDeadlockInterval] = value;
456
base
[
_propResponseRestartDeadlockInterval] = value;
469
base
[
_propAutoConfig] = value;
480
base
[
_propMaxWorkerThreads] = value;
491
base
[
_propMaxIOThreads] = value;
502
base
[
_propMinWorkerThreads] = value;
513
base
[
_propMinIOThreads] = value;
523
base
[
_propServerErrorMessageFile] = value;
534
base
[
_propPingFrequency] = value;
545
base
[
_propPingTimeout] = value;
556
base
[
_propMaxAppDomains] = value;
Configuration\ProfileGroupSettings.cs (1)
48
base
[
_propName] = name;
Configuration\ProfilePropertySettings.cs (8)
112
base
[
_propName] = value;
122
base
[
_propReadOnly] = value;
132
base
[
_propSerializeAs] = value;
142
base
[
_propProviderName] = value;
161
base
[
_propDefaultValue] = value;
171
base
[
_propType] = value;
190
base
[
_propAllowAnonymous] = value;
200
base
[
_propCustomProviderData] = value;
Configuration\ProfileSection.cs (4)
188
base
[
_propAutomaticSaveEnabled] = value;
198
base
[
_propEnabled] = value;
209
base
[
_propDefaultProvider] = value;
219
base
[
_propInherits] = value;
Configuration\ProfileSettings.cs (5)
110
base
[
_propName] = value;
121
base
[
_propMinInstances] = value;
133
base
[
_propMaxLimit] = value;
144
base
[
_propMinInterval] = value;
154
base
[
_propCustom] = value;
Configuration\RoleManagerSection.cs (12)
209
base
[
_propEnabled] = value;
219
base
[
_propCreatePersistentCookie] = value;
229
base
[
_propUseCookies] = value;
241
base
[
_propCookieName] = value;
253
base
[
_propCookieTimeout] = value;
265
base
[
_propCookiePath] = value;
275
base
[
_propCookieRequireSSL] = value;
285
base
[
_propCookieSlidingExpiration] = value;
295
base
[
_propCookieProtection] = value;
307
base
[
_propDefaultProvider] = value;
324
base
[
_propDomain] = value;
334
base
[
_propMaxCachedResults] = value;
Configuration\RuleSettings.cs (8)
141
base
[
_propName] = value;
151
base
[
_propEventName] = value;
161
base
[
_propCustom] = value;
171
base
[
_propProfile] = value;
181
base
[
_propProvider] = value;
192
base
[
_propMinInstances] = value;
204
base
[
_propMaxLimit] = value;
215
base
[
_propMinInterval] = value;
Configuration\SessionPageStateSection.cs (1)
55
base
[
_propHistorySize] = value;
Configuration\SessionStateSection.cs (17)
255
base
[
_propMode] = value;
265
base
[
_propStateConnectionString] = value;
276
base
[
_propStateNetworkTimeout] = value;
286
base
[
_propSqlConnectionString] = value;
297
base
[
_propSqlCommandTimeout] = value;
308
base
[
_propSqlConnectionRetryInterval] = value;
319
base
[
_propCustomProvider] = value;
333
base
[
_propCookieless] = value.ToString();
344
base
[
_propCookieName] = value;
356
base
[
_propTimeout] = value;
366
base
[
_propAllowCustomSqlDatabase] = value;
376
base
[
_propCompressionEnabled] = value;
390
base
[
_propRegenerateExpiredSessionId] = value;
422
base
[
_propPartitionResolverType] = value;
432
base
[
_propUseHostingIdentity] = value;
442
base
[
_propSessionIDManagerType] = value;
452
base
[
_propCookieSameSite] = value;
Configuration\SiteMapSection.cs (2)
93
base
[
_propDefaultProvider] = value;
103
base
[
_propEnabled] = value;
Configuration\SqlCacheDependencyDatabase.cs (3)
119
base
[
_propName] = value;
130
base
[
_propConnectionStringName] = value;
145
base
[
_propPollTime] = value;
Configuration\SqlCacheDependencySection.cs (2)
125
base
[
_propEnabled] = value;
135
base
[
_propPollTime] = value;
Configuration\TagMapInfo.cs (2)
80
base
[
_propMappedTagTypeName] = value;
91
base
[
_propTagTypeName] = value;
Configuration\TagPrefixInfo.cs (6)
117
base
[
_propTagPrefix] = value;
127
base
[
_propTagName] = value;
137
base
[
_propNamespace] = value;
147
base
[
_propAssembly] = value;
158
base
[
_propSource] = value;
161
base
[
_propSource] = null;
Configuration\TraceSection.cs (7)
107
base
[
_propEnabled] = value;
117
base
[
_propMostRecent] = value;
127
base
[
_propLocalOnly] = value;
137
base
[
_propPageOutput] = value;
148
base
[
_propRequestLimit] = value;
158
base
[
_propMode] = value;
168
base
[
_writeToDiagnosticTrace] = value;
Configuration\TransformerInfo.cs (2)
67
base
[
_propName] = value;
85
base
[
_propType] = value;
Configuration\TrustLevel.cs (2)
68
base
[
_propName] = value;
78
base
[
_propPolicyFile] = value;
Configuration\TrustSection.cs (6)
93
base
[
_propLevel] = value;
103
base
[
_propOriginUrl] = value;
113
base
[
_propProcessRequestInApplicationTrust] = value;
124
base
[
_propLegacyCasModel] = value;
134
base
[
_propPermissionSetName] = value;
144
base
[
_propHostSecurityPolicyResolverType] = value;
Configuration\UrlMapping.cs (2)
53
base
[
_propUrl] = url;
54
base
[
_propMappedUrl] = mappedUrl;
Configuration\UrlMappingsSection.cs (1)
64
base
[
_propEnabled] = value;
Configuration\WebPartsPersonalization.cs (1)
73
base
[
_propDefaultProvider] = value;
Configuration\WebPartsSection.cs (1)
126
base
[
_propEnableExport] = value;
Configuration\XhtmlConformanceSection.cs (1)
56
base
[
_propMode] = value;
System.Web.Extensions (12)
Configuration\Converter.cs (2)
64
base
[
_propType] = value;
75
base
[
_propName] = value;
Configuration\ScriptingAuthenticationServiceSection.cs (2)
45
set { this
[
_propEnabled] = value; }
51
set { this
[
_propRequireSSL] = value; }
Configuration\ScriptingJsonSerializationSection.cs (2)
67
base
[
_propRecursionLimitLimit] = value;
77
base
[
_propMaxJsonLength] = value;
Configuration\ScriptingProfileServiceSection.cs (3)
52
set { this
[
_propEnabled] = value; }
68
this
[
_propEnableForReading] = value;
85
this
[
_propEnableForWriting] = value;
Configuration\ScriptingRoleServiceSection.cs (1)
46
this
[
_propEnabled] = value;
Configuration\ScriptingScriptResourceHandlerSection.cs (2)
48
base
[
_propEnableCaching] = value;
58
base
[
_propEnableCompression] = value;
System.Web.Mobile (7)
Mobile\DeviceFiltersSection.cs (6)
237
base
[
_propName] = name;
238
base
[
_propFilterClass] = filterClass;
239
base
[
_propMethod] = method;
243
base
[
_propName] = name;
244
base
[
_propCompare] = compareName;
245
base
[
_propArgument] = argument;
UI\MobileControls\MobileControlsSection.cs (1)
412
base
[
_propPageAdapter] = value;
System.Web.Services (13)
System\Web\Services\Configuration\DiagnosticsElement.cs (1)
22
set { base
[
suppressReturningExceptions] = value; }
System\Web\Services\Configuration\ProtocolElement.cs (1)
37
base
[
this.name] = value;
System\Web\Services\Configuration\SoapEnvelopeProcessingElement.cs (2)
34
set { base
[
this.readTimeout] = value; }
40
set { base
[
strict] = value; }
System\Web\Services\Configuration\SoapExtensionTypeElement.cs (3)
45
base
[
this.group] = value;
59
set { base
[
this.priority] = value; }
71
base
[
this.type] = value;
System\Web\Services\Configuration\TypeElement.cs (2)
21
base
[
this.type] = new TypeAndName(type);
35
base
[
this.type] = new TypeAndName(value);
System\Web\Services\Configuration\WebServicesSection.cs (2)
324
set { base
[
this.soapEnvelopeProcessing] = value; }
329
set { base
[
this.diagnostics] = value; }
System\Web\Services\Configuration\WsdlHelpGeneratorElement.cs (1)
56
base
[
this.href] = value;
System\Web\Services\Configuration\WsiProfilesElement.cs (1)
37
base
[
this.name] = value;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WindowsFormsSectionHandler.cs (1)
58
base
[
s_propJitDebugging] = value;
461 references to
System.Configuration (43)
System\Configuration\AppSettingsSection.cs (3)
68
return (KeyValueConfigurationCollection)base
[
s_propAppSettings];
75
string fileValue = (string)base
[
s_propFile];
88
if (!String.IsNullOrEmpty((string)base
[
s_propFile])) { // don't inherit from the parent
System\Configuration\ConfigurationElement.cs (23)
195
collection = this
[
Properties.DefaultCollectionProperty] as ConfigurationElementCollection;
220
collection = this
[
Properties.DefaultCollectionProperty] as ConfigurationElementCollection;
235
((ConfigurationElement)this
[
prop]).SetLocked();
409
ConfigurationElement elem = this
[
prop] as ConfigurationElement;
415
ConfigurationElementCollection collection = this
[
prop] as ConfigurationElementCollection;
535
collection = this
[
Properties.DefaultCollectionProperty] as ConfigurationElementCollection;
555
collection = this
[
Properties.DefaultCollectionProperty] as ConfigurationElementCollection;
620
ConfigurationElement childElement = (ConfigurationElement)this
[
prop];
655
object o = this
[
configProperty];
657
hHashCode ^= this
[
configProperty].GetHashCode();
723
return this
[
prop];
1106
ConfigurationElement pElem = (ConfigurationElement)((parentElement != null) ? parentElement
[
prop] : null);
1107
ConfigurationElement childElement = (ConfigurationElement)this
[
prop];
1108
if ((ConfigurationElement)sourceElement
[
prop] != null)
1109
childElement.Unmerge((ConfigurationElement)sourceElement
[
prop],
1391
collection = this
[
Properties.DefaultCollectionProperty] as ConfigurationElementCollection;
1440
defaultCollection = (ConfigurationElement)this
[
defaultCollectionProperty];
1527
ConfigurationElement childElement = (ConfigurationElement)this
[
prop];
1615
collection = this
[
props.DefaultCollectionProperty] as ConfigurationElementCollection;
1632
((ConfigurationElement)this
[
prop]).SetLocked();
1653
collection = this
[
props.DefaultCollectionProperty] as ConfigurationElementCollection;
1667
((ConfigurationElement)this
[
prop]).SetLocked();
1675
defaultCollection = (ConfigurationElement)this
[
defaultCollectionProperty];
System\Configuration\ConfigurationLockCollection.cs (1)
95
collection = _thisElement
[
_thisElement.Properties.DefaultCollectionProperty] as ConfigurationElementCollection;
System\Configuration\ConnectionStringSettings.cs (3)
66
return (string)base
[
_propName];
76
return (string)base
[
_propConnectionString];
90
return (string)base
[
_propProviderName];
System\Configuration\ConnectionStringsSection.cs (1)
45
return (ConnectionStringSettingsCollection)base
[
_propConnectionStrings];
System\Configuration\elementinformation.cs (1)
78
collection = _thisElement
[
_thisElement.Properties.DefaultCollectionProperty] as ConfigurationElementCollection;
System\Configuration\KeyValueConfigurationElement.cs (2)
72
return (string)base
[
_propKey];
79
return (string)base
[
_propValue];
System\Configuration\NameValueConfigurationElement.cs (2)
74
return (string)base
[
_propName];
83
return (string)base
[
_propValue];
System\Configuration\ProtectedConfigurationSection.cs (2)
143
return (ProtectedProviderSettings)base
[
_propProviders];
161
return (string)base
[
_propDefaultProvider];
System\Configuration\ProtectedProviderSettings.cs (1)
41
return (ProviderSettingsCollection)base
[
_propProviders];
System\Configuration\ProviderSettings.cs (4)
139
return (String)base
[
_propName];
152
return (String)base
[
_propType];
176
_PropertyNameCollection.Add(prop.Name, (string)base
[
prop]);
192
return (string)base
[
prop];
System.Drawing (1)
commonui\System\Drawing\Configuration\SystemDrawingSection.cs (1)
26
get { return (string)this
[
bitmapSuffix]; }
System.Runtime.Caching (1)
System\Caching\Configuration\MemoryCacheSection.cs (1)
51
return (MemoryCacheSettingsCollection)base
[
_propNamedCaches];
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (1)
181
return this
[
property];
System.Web (379)
Configuration\AnonymousIdentificationSection.cs (9)
112
return (bool)base
[
_propEnabled];
123
return (string)base
[
_propCookieName];
135
return (TimeSpan)base
[
_propCookieTimeout];
146
return (string)base
[
_propCookiePath];
156
return (bool)base
[
_propCookieRequireSSL];
166
return (bool)base
[
_propCookieSlidingExpiration];
176
return (CookieProtection)base
[
_propCookieProtection];
186
return (HttpCookieMode)base
[
_propCookieless];
196
return (string)base
[
_propDomain];
Configuration\AssemblyInfo.cs (1)
65
return (string)base
[
_propAssembly];
Configuration\AuthenticationSection.cs (3)
127
return (FormsAuthenticationConfiguration)base
[
_propForms];
136
return (PassportAuthentication)base
[
_propPassport];
145
authenticationModeCache = (AuthenticationMode)base
[
_propMode];
Configuration\AuthorizationRule.cs (3)
244
propertyBagValue = (CommaDelimitedStringCollection)base
[
_propVerbs];
272
propertyBagValue = (CommaDelimitedStringCollection)base
[
_propUsers];
297
propertyBagValue = (CommaDelimitedStringCollection)base
[
_propRoles];
Configuration\AuthorizationSection.cs (1)
79
return (AuthorizationRuleCollection)base
[
_propRules];
Configuration\BufferModeSettings.cs (7)
125
return (string)base
[
_propName];
137
return (int)base
[
_propMaxBufferSize];
149
return (int)base
[
_propMaxFlushSize];
161
return (int)base
[
_propUrgentFlushThreshold];
173
return (TimeSpan)base
[
_propRegularFlushInterval];
184
return (TimeSpan)base
[
_propUrgentFlushInterval];
196
return (int)base
[
_propMaxBufferThreads];
Configuration\BuildProvider.cs (2)
82
return (string)base
[
_propExtension];
93
return (string)base
[
_propType];
Configuration\CacheSection.cs (7)
126
return (ProviderSettingsCollection)base
[
_propProviders];
134
return (string)base
[
_propDefaultProvider];
158
return (bool)base
[
_propDisableMemoryCollection];
168
return (bool)base
[
_propDisableExpiration];
194
return (long)base
[
_propPrivateBytesLimit];
205
return (int)base
[
_propPercentagePhysicalMemoryUsedLimit];
223
return (TimeSpan)base
[
_propPrivateBytesPollTime];
Configuration\ClientTarget.cs (2)
64
return (string)base
[
_propAlias];
72
return (string)base
[
_propUserAgent];
Configuration\ClientTargetSection.cs (1)
48
return (ClientTargetCollection)base
[
_propClientTargets];
Configuration\CodeSubDirectory.cs (1)
60
return (string)base
[
_propDirectoryName];
Configuration\CompilationSection.cs (25)
248
return (string)base
[
_propTempDirectory];
266
return (bool)base
[
_propDebug];
276
return (bool)base
[
_propStrict];
286
return (bool)base
[
_propExplicit];
296
return (bool)base
[
_propBatch];
306
return (bool)base
[
_propOptimizeCompilations];
316
return (bool)base
[
_propUrlLinePragmas];
328
return (TimeSpan)base
[
_propBatchTimeout];
338
return (int)base
[
_propMaxBatchSize];
348
return (int)base
[
_propMaxBatchGeneratedFileSize];
358
return (int)base
[
_propNumRecompilesBeforeAppRestart];
368
return (string)base
[
_propDefaultLanguage];
378
return (string)base
[
_propTargetFramework];
388
return (CompilerCollection)base
[
_propCompilers];
403
return (AssemblyCollection)base
[
_propAssemblies];
409
return (BuildProviderCollection)base
[
_propBuildProviders];
414
return (FolderLevelBuildProviderCollection)base
[
_propFolderLevelBuildProviders];
427
return (ExpressionBuilderCollection)base
[
_propExpressionBuilders];
435
return (string)base
[
_propAssemblyPreprocessorType];
470
return (CodeSubDirectoriesCollection)base
[
_propCodeSubDirs];
478
return (bool)base
[
_propEnablePrefetchOptimization];
488
return (ProfileGuidedOptimizationsFlags)base
[
_propProfileGuidedOptimizations];
498
return (string)base
[
_propControlBuilderInterceptorType];
508
return (bool)base
[
_propDisableObsoleteWarnings];
518
return (int)base
[
_propMaxConcurrentCompilations];
Configuration\Compiler.cs (5)
79
return (string)base
[
_propLanguage];
91
return (string)base
[
_propExtension];
103
return (string)base
[
_propType];
149
return (int)base
[
_propWarningLevel];
161
return (string)base
[
_propCompilerOptions];
Configuration\CustomError.cs (2)
76
return (int)base
[
_propStatusCode];
87
return (string)base
[
_propRedirect];
Configuration\CustomErrorsSection.cs (5)
93
return (bool)base
[
_propAllowNestedErrors];
103
return (string)base
[
_propDefaultRedirect];
113
return (CustomErrorsRedirectMode)base
[
_propRedirectMode];
123
return (CustomErrorsMode)base
[
_propMode];
133
return (CustomErrorCollection)base
[
_propErrors];
Configuration\DeploymentSection.cs (1)
51
return (bool)base
[
_propRetail];
Configuration\EventMappingSettings.cs (4)
97
return (string)base
[
_propName];
107
return (string)base
[
_propType];
118
return (int)base
[
_propStartEventCode];
129
return (int)base
[
_propEndEventCode];
Configuration\ExpressionBuilder.cs (2)
66
return (string)base
[
_propExpressionPrefix];
77
return (string)base
[
_propType];
Configuration\FolderLevelBuildProvider.cs (2)
73
return (string)base
[
_propName];
84
return (string)base
[
_propType];
Configuration\FormsAuthenticationConfiguration.cs (14)
225
return (FormsAuthenticationCredentials)base
[
_propCredentials];
233
return (string)base
[
_propName];
249
return (string)base
[
_propLoginUrl];
265
return (string)base
[
_propDefaultUrl];
280
return (FormsProtectionEnum)base
[
_propProtection];
292
return (TimeSpan)base
[
_propTimeout];
303
return (string)base
[
_propPath];
318
return (bool)base
[
_propRequireSSL];
328
return (bool)base
[
_propSlidingExpiration];
338
return (bool)base
[
_propEnableCrossAppRedirects];
349
return (HttpCookieMode)base
[
_propCookieless];
359
return (string)base
[
_propDomain];
369
return (TicketCompatibilityMode)base
[
_propTicketCompatibilityMode];
379
return (SameSiteMode)base
[
_propCookieSameSite];
Configuration\FormsAuthenticationCredentials.cs (2)
128
return (FormsAuthenticationUserCollection)base
[
_propUsers];
135
return (FormsAuthPasswordFormat)base
[
_propPasswordFormat];
Configuration\FormsAuthenticationUser.cs (2)
136
return (string)base
[
_propName];
147
return (string)base
[
_propPassword];
Configuration\FullTrustAssembliesSection.cs (1)
48
return (FullTrustAssemblyCollection)base
[
_propFullTrustAssemblies];
Configuration\FullTrustAssembly.cs (3)
80
return (string)base
[
_propAssemblyName];
91
return (string)base
[
_propVersion];
102
return (string)base
[
_propPublicKey];
Configuration\GlobalizationSection.cs (17)
175
cultureCache = (string)base
[
_propCulture];
189
uiCultureCache = (string)base
[
_propUICulture];
202
return (bool)base
[
_propEnableClientBasedCulture];
212
return (string)base
[
_propResourceProviderFactoryType];
222
return (bool)base
[
_propEnableBestFitResponseEncoding];
270
if (!String.IsNullOrEmpty((string)base
[
_propResponseEncoding]))
271
responseEncodingCache = (Encoding)Encoding.GetEncoding((string)base
[
_propResponseEncoding]);
279
if (!String.IsNullOrEmpty((string)base
[
_propResponseHeaderEncoding])) {
280
responseHeaderEncodingCache = (Encoding)Encoding.GetEncoding((string)base
[
_propResponseHeaderEncoding]);
291
if (!String.IsNullOrEmpty((string)base
[
_propRequestEncoding])) {
292
requestEncodingCache = (Encoding)Encoding.GetEncoding((string)base
[
_propRequestEncoding]);
303
if (!String.IsNullOrEmpty((string)base
[
_propFileEncoding])) {
304
fileEncodingCache = (Encoding)Encoding.GetEncoding((string)base
[
_propFileEncoding]);
314
if (!String.IsNullOrEmpty((string)base
[
_propCulture])) {
315
CheckCulture((string)base
[
_propCulture]);
326
if (!String.IsNullOrEmpty((string)base
[
_propUICulture])) {
327
CheckCulture((string)base
[
_propUICulture]);
Configuration\HealthMonitoringSection.cs (7)
329
return (TimeSpan)base
[
_propHeartbeatInterval];
339
return (bool)base
[
_propEnabled];
349
return (BufferModesCollection)base
[
_propBufferModes];
356
return (ProviderSettingsCollection)base
[
_propProviders];
363
return (ProfileSettingsCollection)base
[
_propProfileSettingsCollection];
370
return (RuleSettingsCollection)base
[
_propRuleSettingsCollection];
377
return (EventMappingSettingsCollection)base
[
_propEventMappingSettingsCollection];
Configuration\HostingEnvironmentSection.cs (4)
87
return (TimeSpan)base
[
_propShutdownTimeout];
99
return (TimeSpan)base
[
_propIdleTimeout];
109
return (bool)base
[
_propShadowCopyBinAssemblies];
121
return (TimeSpan)base
[
_propUrlMetadataSlidingExpiration];
Configuration\HttpCookiesSection.cs (4)
64
return (bool)base
[
_propHttpOnlyCookies];
74
return (bool)base
[
_propRequireSSL];
84
return (string)base
[
_propDomain];
94
return (SameSiteMode)base
[
_propSameSite];
Configuration\HttpHandlerAction.cs (4)
91
return (string)base
[
_propPath];
101
return (string)base
[
_propVerb];
112
typeCache = (string)base
[
_propType];
130
return (bool)base
[
_propValidate];
Configuration\HttpHandlersSection.cs (1)
45
return (HttpHandlerActionCollection)base
[
_propHandlers];
Configuration\HttpModuleAction.cs (2)
74
return (string)base
[
_propName];
84
return (string)base
[
_propType];
Configuration\HttpModulesSection.cs (1)
46
return (HttpModuleActionCollection)base
[
_propHttpModules];
Configuration\HttpRuntimeSection.cs (30)
371
asyncPreloadModeCache = (AsyncPreloadModeFlags)base
[
_propAsyncPreloadMode];
386
fcnModeCache = (FcnMode)base
[
_propFcnMode];
403
executionTimeoutCache = (TimeSpan)base
[
_propExecutionTimeout];
420
return (int)base
[
_propMaxRequestLength];
436
return (int)base
[
_propRequestLengthDiskThreshold];
451
return (bool)base
[
_propUseFullyQualifiedRedirectUrl];
462
return (int)base
[
_propMinFreeThreads];
473
return (int)base
[
_propMinLocalRequestFreeThreads];
484
return (int)base
[
_propAppRequestQueueLimit];
494
return (bool)base
[
_propEnableKernelOutputCache];
505
enableVersionHeaderCache = (bool)base
[
_propEnableVersionHeader];
519
return (bool)base
[
_propApartmentThreading];
529
return (bool)base
[
_propRequireRootedSaveAsPath];
539
return (bool)base
[
_propEnable];
549
return (string)base
[
_propTargetFramework];
582
sendCacheControlHeaderCache = (bool)base
[
_propSendCacheControlHeader];
597
return (TimeSpan)base
[
_propDefaultRegexMatchTimeout];
608
return (TimeSpan)base
[
_propShutdownTimeout];
619
return (TimeSpan)base
[
_propDelayNotificationTimeout];
630
return (int)base
[
_propWaitChangeNotification];
641
return (int)base
[
_propMaxWaitChangeNotification];
651
return (bool)base
[
_propEnableHeaderChecking];
662
return (string)base
[
_propEncoderType];
674
_requestValidationMode = (Version)base
[
_propRequestValidationMode];
688
return (string)base
[
_propRequestValidationType];
698
return (string)base
[
_propRequestPathInvalidCharacters];
712
_MaxUrlLength = (int)base
[
_propMaxUrlLength];
728
_MaxQueryStringLength = (int)base
[
_propMaxQueryStringLength];
740
return (bool)base
[
_propRelaxedUrlToFileSystemMapping];
750
return (bool)base
[
_propAllowDynamicModuleRegistration];
Configuration\IdentitySection.cs (3)
87
impersonateCache = (bool)base
[
_propImpersonate];
101
return (string)base
[
_propUserName];
111
return (string)base
[
_propPassword];
Configuration\IgnoreDeviceFilterElement.cs (1)
61
return (string)base
[
_propName];
Configuration\MachineKeySection.cs (7)
153
return (string)base
[
_propValidationKey];
168
return (string)base
[
_propDecryptionKey];
195
return (string)base
[
_propDecryption] ?? "Auto";
225
return (string)base
[
_propValidation] ?? DefaultValidationAlgorithm;
254
return (string)base
[
_propDataProtectorType];
265
return (string)base
[
_propApplicationName];
281
_compatibilityMode = (MachineKeyCompatibilityMode)base
[
_propCompatibilityMode];
Configuration\MembershipSection.cs (4)
122
return (ProviderSettingsCollection)base
[
_propProviders];
130
return (string)base
[
_propDefaultProvider];
140
return (string)base
[
_propHashAlgorithmType];
156
return (TimeSpan)base
[
_propUserIsOnlineTimeWindow];
Configuration\NamespaceCollection.cs (1)
47
return (bool)base
[
_propAutoImportVBNamespace];
Configuration\NamespaceInfo.cs (1)
66
return (string)base
[
_propNamespace];
Configuration\OutputCacheProfile.cs (11)
121
return (string)base
[
_propName];
131
return (bool)base
[
_propEnabled];
141
return (int)base
[
_propDuration];
151
return (OutputCacheLocation)base
[
_propLocation];
161
return (string)base
[
_propSqlDependency];
171
return (string)base
[
_propVaryByCustom];
181
return (string)base
[
_propVaryByControl];
191
return (string)base
[
_propVaryByContentEncoding];
201
return (string)base
[
_propVaryByHeader];
211
return (string)base
[
_propVaryByParam];
221
return (bool)base
[
_propNoStore];
Configuration\OutputCacheSection.cs (7)
111
enableOutputCache = (bool)base
[
_propEnableOutputCache];
126
return (bool)base
[
_propEnableFragmentCache];
137
sendCacheControlHeaderCache = (bool)base
[
_propSendCacheControlHeader];
152
omitVaryStar = (bool)base
[
_propOmitVaryStar];
167
enableKernelCacheForVaryByStar = (bool)base
[
_propEnableKernelCacheForVaryByStar];
182
return (string) base
[
_propDefaultProviderName];
192
return (ProviderSettingsCollection)base
[
_propProviders];
Configuration\OutputCacheSettingsSection.cs (1)
79
return (OutputCacheProfileCollection)base
[
_propOutputCacheProfiles];
Configuration\PagesSection.cs (26)
229
return (bool)base
[
_propBuffer];
244
switch ((string)base
[
_propEnableSessionState]) {
285
return (bool)base
[
_propEnableViewState];
295
return (bool)base
[
_propEnableViewStateMac];
305
return (bool)base
[
_propEnableEventValidation];
315
return (bool)base
[
_propSmartNavigation];
325
return (bool)base
[
_propAutoEventWireup];
335
return (bool)base
[
_propMaintainScrollPosition];
346
return (string)base
[
_propPageBaseType];
356
return (string)base
[
_propUserControlBaseType];
406
return (string)base
[
_propPageParserFilterType];
445
return (bool)base
[
_propValidateRequest];
455
return (string)base
[
_propMasterPageFile];
521
return (string)base
[
_propTheme];
549
return (string)base
[
_propStyleSheetTheme];
578
return (NamespaceCollection)base
[
_propNamespaces];
585
return (TagPrefixCollection)base
[
_propControls];
592
return (int)base
[
_propMaxPageStateFieldLength];
602
return (TagMapCollection)base
[
_propTagMapping];
609
return (CompilationMode)base
[
_propCompilationMode];
619
return (ViewStateEncryptionMode)base
[
_propViewStateEncryptionMode];
631
return (TimeSpan)base
[
_propAsyncTimeout];
641
return (bool)base
[
_propRenderAllHiddenFieldsAtTopOfForm];
653
_clientIDMode = (ClientIDMode)base
[
_propClientIDMode];
669
_controlRenderingCompatibilityVersion = (Version)base
[
_propControlRenderingCompatibilityVersion];
686
return (IgnoreDeviceFilterElementCollection)base
[
_propIgnoreDeviceFilters];
Configuration\PartialTrustVisibleAssembliesSection.cs (1)
48
return (PartialTrustVisibleAssemblyCollection)base
[
_propPartialTrustVisibleAssemblies];
Configuration\PartialTrustVisibleAssembly.cs (2)
70
return (string)base
[
_propAssemblyName];
81
return (string)base
[
_propPublicKey];
Configuration\PassportAuthentication.cs (1)
119
return (string)base
[
_propRedirectUrl];
Configuration\ProcessModelSection.cs (27)
268
return (bool)base
[
_propEnable];
279
return (TimeSpan)base
[
_propTimeout];
290
return (TimeSpan)base
[
_propIdleTimeout];
302
return (TimeSpan)base
[
_propShutdownTimeout];
314
return (int)base
[
_propRequestLimit];
326
return (int)base
[
_propRequestQueueLimit];
338
return (int)base
[
_propRestartQueueLimit];
348
return (int)base
[
_propMemoryLimit];
358
return (bool)base
[
_propWebGarden];
368
return (int)Convert.ToInt32((string)base
[
_propCpuMask], 16);
378
return (string)base
[
_propUserName];
388
return (string)base
[
_propPassword];
398
return (ProcessModelLogLevel)base
[
_propLogLevel];
409
return (TimeSpan)base
[
_propClientConnectedCheck];
419
return (ProcessModelComAuthenticationLevel)base
[
_propComAuthenticationLevel];
429
return (ProcessModelComImpersonationLevel)base
[
_propComImpersonationLevel];
441
return (TimeSpan)base
[
_propResponseDeadlockInterval];
453
return (TimeSpan)base
[
_propResponseRestartDeadlockInterval];
466
return (bool)base
[
_propAutoConfig];
477
return (int)base
[
_propMaxWorkerThreads];
488
return (int)base
[
_propMaxIOThreads];
499
return (int)base
[
_propMinWorkerThreads];
510
return (int)base
[
_propMinIOThreads];
520
return (string)base
[
_propServerErrorMessageFile];
531
return (TimeSpan)base
[
_propPingFrequency];
542
return (TimeSpan)base
[
_propPingTimeout];
553
return (int)base
[
_propMaxAppDomains];
Configuration\ProfileGroupSettings.cs (2)
69
return (string)base
[
_propName];
76
return (ProfilePropertySettingsCollection)base
[
_propProperties];
Configuration\ProfilePropertySettings.cs (8)
109
return (string)base
[
_propName];
119
return (bool)base
[
_propReadOnly];
129
return (SerializationMode)base
[
_propSerializeAs];
139
return (string)base
[
_propProviderName];
158
return (string)base
[
_propDefaultValue];
168
return (string)base
[
_propType];
187
return (bool)base
[
_propAllowAnonymous];
197
return (string)base
[
_propCustomProviderData];
Configuration\ProfileSection.cs (6)
185
return (bool)base
[
_propAutomaticSaveEnabled];
195
return (bool)base
[
_propEnabled];
206
return (string)base
[
_propDefaultProvider];
216
return (string)base
[
_propInherits];
226
return (ProviderSettingsCollection)base
[
_propProviders];
234
return (RootProfilePropertySettingsCollection)base
[
_propProfile];
Configuration\ProfileSettings.cs (5)
107
return (string)base
[
_propName];
118
return (int)base
[
_propMinInstances];
130
return (int)base
[
_propMaxLimit];
141
return (TimeSpan)base
[
_propMinInterval];
151
return (string)base
[
_propCustom];
Configuration\ProtocolsSection.cs (1)
55
return (ProtocolCollection)base
[
_propProtocols];
Configuration\RoleManagerSection.cs (13)
206
return (bool)base
[
_propEnabled];
216
return (bool)base
[
_propCreatePersistentCookie];
226
return (bool)base
[
_propUseCookies];
238
return (string)base
[
_propCookieName];
250
return (TimeSpan)base
[
_propCookieTimeout];
262
return (string)base
[
_propCookiePath];
272
return (bool)base
[
_propCookieRequireSSL];
282
return (bool)base
[
_propCookieSlidingExpiration];
292
return (CookieProtection)base
[
_propCookieProtection];
304
return (string)base
[
_propDefaultProvider];
314
return (ProviderSettingsCollection)base
[
_propProviders];
321
return (string)base
[
_propDomain];
331
return (int)base
[
_propMaxCachedResults];
Configuration\RuleSettings.cs (8)
138
return (string)base
[
_propName];
148
return (string)base
[
_propEventName];
158
return (string)base
[
_propCustom];
168
return (string)base
[
_propProfile];
178
return (string)base
[
_propProvider];
189
return (int)base
[
_propMinInstances];
201
return (int)base
[
_propMaxLimit];
212
return (TimeSpan)base
[
_propMinInterval];
Configuration\SecurityPolicySection.cs (1)
54
return (TrustLevelCollection)base
[
_propTrustLevels];
Configuration\SessionPageStateSection.cs (1)
52
return (int)base
[
_propHistorySize];
Configuration\SessionStateSection.cs (19)
252
return (SessionStateMode)base
[
_propMode];
262
return (string)base
[
_propStateConnectionString];
273
return (TimeSpan)base
[
_propStateNetworkTimeout];
283
return (string)base
[
_propSqlConnectionString];
294
return (TimeSpan)base
[
_propSqlCommandTimeout];
305
return (TimeSpan)base
[
_propSqlConnectionRetryInterval];
316
return (string)base
[
_propCustomProvider];
327
cookielessCache = ConvertToCookieMode((string)base
[
_propCookieless]);
341
return (string)base
[
_propCookieName];
353
return (TimeSpan)base
[
_propTimeout];
363
return (bool)base
[
_propAllowCustomSqlDatabase];
373
return (bool)base
[
_propCompressionEnabled];
384
regenerateExpiredSessionIdCache = (bool)base
[
_propRegenerateExpiredSessionId];
412
return (ProviderSettingsCollection)base
[
_propProviders];
419
return (string)base
[
_propPartitionResolverType];
429
return (bool)base
[
_propUseHostingIdentity];
439
return (string)base
[
_propSessionIDManagerType];
449
return (SameSiteMode)base
[
_propCookieSameSite];
493
ConvertToCookieMode((string)base
[
_propCookieless]);
Configuration\SiteMapSection.cs (3)
90
return (string)base
[
_propDefaultProvider];
100
return (bool)base
[
_propEnabled];
110
return (ProviderSettingsCollection)base
[
_propProviders];
Configuration\SqlCacheDependencyDatabase.cs (3)
116
return (string)base
[
_propName];
127
return (string)base
[
_propConnectionStringName];
141
return (int)base
[
_propPollTime];
Configuration\SqlCacheDependencySection.cs (3)
122
return (bool)base
[
_propEnabled];
132
return (int)base
[
_propPollTime];
142
return (SqlCacheDependencyDatabaseCollection)base
[
_propDatabases];
Configuration\TagMapInfo.cs (2)
77
return (string)base
[
_propMappedTagTypeName];
88
return (string)base
[
_propTagTypeName];
Configuration\TagPrefixInfo.cs (5)
114
return (string)base
[
_propTagPrefix];
124
return (string)base
[
_propTagName];
134
return (string)base
[
_propNamespace];
144
return (string)base
[
_propAssembly];
154
return (string)base
[
_propSource];
Configuration\TraceSection.cs (7)
104
return (bool)base
[
_propEnabled];
114
return (bool)base
[
_propMostRecent];
124
return (bool)base
[
_propLocalOnly];
134
return (bool)base
[
_propPageOutput];
145
return (int)base
[
_propRequestLimit];
155
return (TraceDisplayMode)base
[
_propMode];
165
return (bool)base
[
_writeToDiagnosticTrace];
Configuration\TransformerInfo.cs (2)
64
return (string)base
[
_propName];
82
return (string)base
[
_propType];
Configuration\TrustLevel.cs (2)
65
return (string)base
[
_propName];
75
return (string)base
[
_propPolicyFile];
Configuration\TrustSection.cs (6)
90
return (string)base
[
_propLevel];
100
return (string)base
[
_propOriginUrl];
110
return (bool)base
[
_propProcessRequestInApplicationTrust];
121
return (bool)base
[
_propLegacyCasModel];
131
return (string)base
[
_propPermissionSetName];
141
return (string)base
[
_propHostSecurityPolicyResolverType];
Configuration\UrlMapping.cs (2)
66
return (string)base
[
_propUrl];
73
return (string)base
[
_propMappedUrl];
Configuration\UrlMappingsSection.cs (2)
54
return (UrlMappingCollection)base
[
_propMappings];
61
return (bool)base
[
_propEnabled];
Configuration\WebControlsSection.cs (2)
50
runtimeHashTable[prop.Name] = base
[
prop];
60
return (string)base
[
_propClientScriptsLocation];
Configuration\WebPartsPersonalization.cs (3)
62
return (WebPartsPersonalizationAuthorization)base
[
_propAuthorization];
70
return (string)base
[
_propDefaultProvider];
87
return (ProviderSettingsCollection)base
[
_propProviders];
Configuration\WebPartsPersonalizationAuthorization.cs (1)
48
return (AuthorizationRuleCollection)base
[
_propRules];
Configuration\WebPartsSection.cs (3)
123
return (bool)base
[
_propEnableExport];
133
return (WebPartsPersonalization)base
[
_propPersonalization];
147
return (TransformerInfoCollection)base
[
_propTransformers];
Configuration\XhtmlConformanceSection.cs (1)
53
return (XhtmlConformanceMode)base
[
_propMode];
System.Web.Extensions (13)
Configuration\Converter.cs (2)
61
return (string)base
[
_propType];
72
return (string)base
[
_propName];
Configuration\ScriptingAuthenticationServiceSection.cs (2)
44
get { return (bool)this
[
_propEnabled]; }
50
get { return (bool) this
[
_propRequireSSL]; }
Configuration\ScriptingJsonSerializationSection.cs (3)
57
return (ConvertersCollection)base
[
_propConverters];
64
return (int)base
[
_propRecursionLimitLimit];
74
return (int)base
[
_propMaxJsonLength];
Configuration\ScriptingProfileServiceSection.cs (3)
51
get { return (bool) this
[
_propEnabled]; }
62
string[] propertiesForReading = (string[])this
[
_propEnableForReading];
79
string[] propertiesForWriting = (string[]) this
[
_propEnableForWriting];
Configuration\ScriptingRoleServiceSection.cs (1)
43
return (bool)this
[
_propEnabled];
Configuration\ScriptingScriptResourceHandlerSection.cs (2)
45
return (bool)base
[
_propEnableCaching];
55
return (bool)base
[
_propEnableCompression];
System.Web.Mobile (1)
UI\MobileControls\MobileControlsSection.cs (1)
408
return (Type)base
[
_propPageAdapter];
System.Web.Services (21)
System\Web\Services\Configuration\DiagnosticsElement.cs (1)
21
get { return (bool)base
[
suppressReturningExceptions]; }
System\Web\Services\Configuration\ProtocolElement.cs (1)
30
get { return (WebServiceProtocols)base
[
this.name]; }
System\Web\Services\Configuration\SoapEnvelopeProcessingElement.cs (2)
33
get { return (int)base
[
this.readTimeout]; }
39
get { return (bool)base
[
strict]; }
System\Web\Services\Configuration\SoapExtensionTypeElement.cs (3)
40
get { return (PriorityGroup)base
[
this.group]; }
58
get { return (int)base
[
this.priority]; }
67
return (Type)base
[
this.type];
System\Web\Services\Configuration\TypeElement.cs (1)
30
get { return ((TypeAndName)base
[
this.type]).type; }
System\Web\Services\Configuration\WebServicesSection.cs (11)
47
get { return (WsiProfilesElementCollection)base
[
this.conformanceWarnings]; }
318
get { return (ProtocolElementCollection)base
[
this.protocols]; }
323
get { return (SoapEnvelopeProcessingElement)base
[
this.soapEnvelopeProcessing]; }
328
get { return (DiagnosticsElement)base
[
this.diagnostics]; }
391
get { return (TypeElementCollection)base
[
this.serviceDescriptionFormatExtensionTypes]; }
396
get { return (TypeElementCollection)base
[
this.soapExtensionImporterTypes]; }
401
get { return (TypeElementCollection)base
[
this.soapExtensionReflectorTypes]; }
406
get { return (SoapExtensionTypeElementCollection)base
[
this.soapExtensionTypes]; }
411
get { return (TypeElement)base
[
this.soapServerProtocolFactoryType]; }
429
get { return (TypeElementCollection)base
[
this.soapTransportImporterTypes]; }
466
get { return (WsdlHelpGeneratorElement)base
[
this.wsdlHelpGenerator]; }
System\Web\Services\Configuration\WsdlHelpGeneratorElement.cs (1)
45
get { return (string)base
[
this.href]; }
System\Web\Services\Configuration\WsiProfilesElement.cs (1)
30
get { return (WsiProfiles)base
[
this.name]; }
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WindowsFormsSectionHandler.cs (1)
54
return (bool) base
[
s_propJitDebugging];