Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / Configuration / SystemWebCachingSectionGroup.cs / 1 / 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
- WorkflowFileItem.cs
- InkCollectionBehavior.cs
- PathFigure.cs
- Object.cs
- Selector.cs
- CodeMethodInvokeExpression.cs
- CacheMemory.cs
- DynamicPropertyReader.cs
- Stack.cs
- HttpProfileBase.cs
- InstalledVoice.cs
- ProviderCollection.cs
- Trace.cs
- serverconfig.cs
- BamlBinaryWriter.cs
- MultiView.cs
- ExternalCalls.cs
- ReceiveDesigner.xaml.cs
- XMLUtil.cs
- GridViewRowPresenterBase.cs
- InvalidOleVariantTypeException.cs
- Command.cs
- CopyOnWriteList.cs
- SmtpNetworkElement.cs
- PointUtil.cs
- EntityProxyFactory.cs
- TypeTypeConverter.cs
- SymDocumentType.cs
- ExpressionNormalizer.cs
- QueryOutputWriterV1.cs
- Expressions.cs
- SubstitutionList.cs
- ExpressionBuilder.cs
- UserControlFileEditor.cs
- ControlBuilderAttribute.cs
- GenericUriParser.cs
- StreamUpdate.cs
- DoubleLinkList.cs
- GeometryCombineModeValidation.cs
- GeometryDrawing.cs
- SafeCryptHandles.cs
- XmlnsPrefixAttribute.cs
- NameSpaceExtractor.cs
- ConfigXmlAttribute.cs
- ChtmlPhoneCallAdapter.cs
- HelpFileFileNameEditor.cs
- SchemaElementDecl.cs
- UnSafeCharBuffer.cs
- SqlBulkCopyColumnMappingCollection.cs
- RenamedEventArgs.cs
- DecoderBestFitFallback.cs
- PerformanceCountersElement.cs
- StringHandle.cs
- ProgressBar.cs
- _NestedSingleAsyncResult.cs
- TargetInvocationException.cs
- SkinBuilder.cs
- DataGridViewCellLinkedList.cs
- EnumerableCollectionView.cs
- OpCellTreeNode.cs
- LateBoundBitmapDecoder.cs
- DPCustomTypeDescriptor.cs
- Enlistment.cs
- BitmapVisualManager.cs
- Pkcs9Attribute.cs
- IdentitySection.cs
- RecognizerStateChangedEventArgs.cs
- LoginStatusDesigner.cs
- _DisconnectOverlappedAsyncResult.cs
- ActivationArguments.cs
- MessageEnumerator.cs
- SaveFileDialog.cs
- DataList.cs
- UserNameSecurityTokenProvider.cs
- StorageFunctionMapping.cs
- HijriCalendar.cs
- WorkflowDesignerColors.cs
- SystemResources.cs
- VerticalAlignConverter.cs
- OracleTransaction.cs
- SpellCheck.cs
- SafeBitVector32.cs
- CompilationRelaxations.cs
- WindowsBrush.cs
- PropertyGeneratedEventArgs.cs
- DynamicVirtualDiscoSearcher.cs
- WindowsFormsHelpers.cs
- SqlStatistics.cs
- InputBuffer.cs
- SpecularMaterial.cs
- StorageEntitySetMapping.cs
- GlyphRun.cs
- DrawingDrawingContext.cs
- DeviceContext.cs
- WebPart.cs
- SqlCacheDependencySection.cs
- FixedTextContainer.cs
- DesignerOptionService.cs
- GeometryCollection.cs
- ScriptingSectionGroup.cs