Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / Configuration / SystemWebCachingSectionGroup.cs / 2 / SystemWebCachingSectionGroup.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System.Configuration; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class SystemWebCachingSectionGroup : ConfigurationSectionGroup { public SystemWebCachingSectionGroup() { } [ConfigurationProperty("cache")] public CacheSection Cache { get { return (CacheSection) Sections["cache"]; } } [ConfigurationProperty("outputCache")] public OutputCacheSection OutputCache { get { return (OutputCacheSection) Sections["outputCache"]; } } [ConfigurationProperty("outputCacheSettings")] public OutputCacheSettingsSection OutputCacheSettings { get { return (OutputCacheSettingsSection) Sections["outputCacheSettings"]; } } [ConfigurationProperty("sqlCacheDependency")] public SqlCacheDependencySection SqlCacheDependency { get { return (SqlCacheDependencySection) Sections["sqlCacheDependency"]; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SiteMapNodeItemEventArgs.cs
- ThreadSafeList.cs
- PersonalizationProviderCollection.cs
- Model3D.cs
- SerializationInfoEnumerator.cs
- HttpRuntimeSection.cs
- FormsAuthenticationUserCollection.cs
- AspNetPartialTrustHelpers.cs
- ToolStripSystemRenderer.cs
- Preprocessor.cs
- AddInBase.cs
- WebPartConnectionCollection.cs
- Point3DKeyFrameCollection.cs
- HttpSessionStateBase.cs
- SoapReflectionImporter.cs
- SetStoryboardSpeedRatio.cs
- UpdatableWrapper.cs
- PageContent.cs
- XPathSelectionIterator.cs
- Stylesheet.cs
- TextBox.cs
- DefaultShape.cs
- DataSourceCache.cs
- UnsafeNativeMethods.cs
- Help.cs
- IndentedTextWriter.cs
- ToolStripRenderEventArgs.cs
- ServiceParser.cs
- SqlNotificationRequest.cs
- Vector.cs
- PropertyEntry.cs
- DBSchemaRow.cs
- __Filters.cs
- ScaleTransform.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- RootDesignerSerializerAttribute.cs
- MappedMetaModel.cs
- QilStrConcatenator.cs
- OrderedDictionary.cs
- FlowLayoutSettings.cs
- PermissionSetTriple.cs
- QualifiedCellIdBoolean.cs
- CustomCredentialPolicy.cs
- ReadOnlyHierarchicalDataSource.cs
- PersonalizationProviderHelper.cs
- XamlBuildTaskServices.cs
- Header.cs
- cookiecollection.cs
- _HTTPDateParse.cs
- TextLineBreak.cs
- ResourcePart.cs
- ReaderWriterLockSlim.cs
- LocalBuilder.cs
- ButtonColumn.cs
- CollectionBuilder.cs
- PermissionListSet.cs
- SkipQueryOptionExpression.cs
- HyperLinkStyle.cs
- BitArray.cs
- SoapDocumentMethodAttribute.cs
- CodeGenerator.cs
- RequiredAttributeAttribute.cs
- XsltOutput.cs
- EntityCommandCompilationException.cs
- DataGridTemplateColumn.cs
- TransformGroup.cs
- DataServiceResponse.cs
- BlurBitmapEffect.cs
- AssociationProvider.cs
- ObjectNavigationPropertyMapping.cs
- MimeObjectFactory.cs
- TreeBuilderXamlTranslator.cs
- ExtenderProvidedPropertyAttribute.cs
- ErrorEventArgs.cs
- TextContainerChangedEventArgs.cs
- RadioButton.cs
- XslCompiledTransform.cs
- CheckBox.cs
- PerformanceCounterCategory.cs
- Comparer.cs
- SortedDictionary.cs
- LinqDataSourceUpdateEventArgs.cs
- TableLayout.cs
- UnknownBitmapDecoder.cs
- BamlWriter.cs
- BitmapSourceSafeMILHandle.cs
- GridItemProviderWrapper.cs
- FileRecordSequenceHelper.cs
- EventArgs.cs
- CustomValidator.cs
- DetailsViewUpdatedEventArgs.cs
- DataView.cs
- QueryOutputWriter.cs
- IOThreadTimer.cs
- Base64Stream.cs
- ObjectQuery_EntitySqlExtensions.cs
- StaticExtension.cs
- PathSegmentCollection.cs
- NoneExcludedImageIndexConverter.cs
- ObjectItemLoadingSessionData.cs