Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / Configuration / SystemWebCachingSectionGroup.cs / 5 / 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"]; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// 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"]; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SizeAnimationClockResource.cs
- XmlSchemaSimpleContent.cs
- MimeMapping.cs
- QilSortKey.cs
- Parsers.cs
- SchemaInfo.cs
- AppDomainCompilerProxy.cs
- ExplicitDiscriminatorMap.cs
- PrintPreviewDialog.cs
- XPathNavigatorReader.cs
- VSWCFServiceContractGenerator.cs
- OrCondition.cs
- TextEffect.cs
- HtmlHead.cs
- CapabilitiesState.cs
- GeneralTransform3D.cs
- RectangleConverter.cs
- TimeoutException.cs
- SynthesizerStateChangedEventArgs.cs
- AnnotationComponentManager.cs
- ListBindableAttribute.cs
- QilFactory.cs
- EncryptedPackage.cs
- PersonalizationDictionary.cs
- MdiWindowListItemConverter.cs
- XPathChildIterator.cs
- ObjectViewListener.cs
- PathFigure.cs
- EntityDataSourceState.cs
- invalidudtexception.cs
- XmlSerializationGeneratedCode.cs
- UnionCodeGroup.cs
- Visual3DCollection.cs
- ResourceBinder.cs
- ActivationServices.cs
- InheritablePropertyChangeInfo.cs
- ScriptMethodAttribute.cs
- XmlTextEncoder.cs
- AlphabeticalEnumConverter.cs
- XmlSchemaInclude.cs
- AvTrace.cs
- ZipFileInfo.cs
- PointAnimationUsingPath.cs
- WorkflowWebService.cs
- CancellationToken.cs
- MetadataCacheItem.cs
- XamlVector3DCollectionSerializer.cs
- WorkflowServiceBehavior.cs
- SerializationHelper.cs
- MsmqInputMessage.cs
- UInt64Converter.cs
- ConstantProjectedSlot.cs
- FormClosedEvent.cs
- SmtpCommands.cs
- ButtonColumn.cs
- UpdatableGenericsFeature.cs
- SQLSingleStorage.cs
- TextSimpleMarkerProperties.cs
- XPathItem.cs
- LogLogRecordEnumerator.cs
- MouseGestureValueSerializer.cs
- documentation.cs
- HealthMonitoringSection.cs
- Int16AnimationUsingKeyFrames.cs
- NativeMethods.cs
- GPPOINT.cs
- CustomBindingElement.cs
- X509ChainPolicy.cs
- MulticastDelegate.cs
- CacheForPrimitiveTypes.cs
- ColumnTypeConverter.cs
- DataGridViewImageCell.cs
- XmlNamespaceDeclarationsAttribute.cs
- QueryTreeBuilder.cs
- OneOfElement.cs
- SolidBrush.cs
- UITypeEditors.cs
- TextViewSelectionProcessor.cs
- MemberInfoSerializationHolder.cs
- Crc32.cs
- SQLByteStorage.cs
- ListenerElementsCollection.cs
- ManagementDateTime.cs
- EntityUtil.cs
- ExtenderProvidedPropertyAttribute.cs
- InfoCardBaseException.cs
- MulticastDelegate.cs
- EventDescriptor.cs
- CryptoKeySecurity.cs
- GeneralTransform.cs
- PackageStore.cs
- ClockGroup.cs
- WebPartUtil.cs
- StyleTypedPropertyAttribute.cs
- StreamBodyWriter.cs
- ReadingWritingEntityEventArgs.cs
- SQLMoneyStorage.cs
- FixedTextBuilder.cs
- DCSafeHandle.cs
- GridLengthConverter.cs