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
- EventPrivateKey.cs
- XmlWhitespace.cs
- XamlPoint3DCollectionSerializer.cs
- HelpFileFileNameEditor.cs
- SelectionPatternIdentifiers.cs
- NodeInfo.cs
- ConstraintCollection.cs
- BuildProvider.cs
- HandlerFactoryWrapper.cs
- SqlConnectionPoolGroupProviderInfo.cs
- OleServicesContext.cs
- SegmentInfo.cs
- RegisterResponseInfo.cs
- PatternMatcher.cs
- SizeKeyFrameCollection.cs
- GeneralTransform3DTo2D.cs
- OdbcException.cs
- StackOverflowException.cs
- TrackBar.cs
- PrintDialog.cs
- MetadataCollection.cs
- HostExecutionContextManager.cs
- DataGridCellClipboardEventArgs.cs
- NativeMethods.cs
- HttpClientCertificate.cs
- PopupEventArgs.cs
- TreeBuilderBamlTranslator.cs
- TreeViewHitTestInfo.cs
- MenuItem.cs
- ImageSourceValueSerializer.cs
- Form.cs
- Rectangle.cs
- CharacterString.cs
- CodeMemberEvent.cs
- UInt64Storage.cs
- ColumnTypeConverter.cs
- brushes.cs
- KnownTypes.cs
- JoinElimination.cs
- Transform3DGroup.cs
- DefaultEvaluationContext.cs
- PolicyException.cs
- OverflowException.cs
- DynamicRouteExpression.cs
- RestHandlerFactory.cs
- RightsController.cs
- CodeSubDirectory.cs
- NavigationFailedEventArgs.cs
- Matrix3D.cs
- NativeMethods.cs
- DefaultPrintController.cs
- coordinatorscratchpad.cs
- PaperSource.cs
- SyntaxCheck.cs
- DbConnectionOptions.cs
- ImageList.cs
- RootBrowserWindowProxy.cs
- XPathCompileException.cs
- MailBnfHelper.cs
- SizeAnimationBase.cs
- DbConnectionPool.cs
- ApplicationFileCodeDomTreeGenerator.cs
- TableRowCollection.cs
- ContentFilePart.cs
- EntityDataSourceWrapper.cs
- SimpleHandlerBuildProvider.cs
- ControlPropertyNameConverter.cs
- SQlBooleanStorage.cs
- XmlCharCheckingReader.cs
- PrintDocument.cs
- AttributedMetaModel.cs
- TypeDescriptionProviderAttribute.cs
- XmlAggregates.cs
- TypeBuilderInstantiation.cs
- DataGridViewRowHeaderCell.cs
- DirectoryObjectSecurity.cs
- RpcResponse.cs
- Helper.cs
- MultiplexingDispatchMessageFormatter.cs
- RootProfilePropertySettingsCollection.cs
- Membership.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- DefaultEventAttribute.cs
- FixedTextContainer.cs
- SQLDecimal.cs
- DataGridViewComboBoxEditingControl.cs
- XmlSchemaGroup.cs
- XmlLanguageConverter.cs
- MultiBinding.cs
- XmlSerializerVersionAttribute.cs
- XhtmlStyleClass.cs
- PassportAuthenticationModule.cs
- SystemIPGlobalProperties.cs
- XPathDocumentIterator.cs
- EventMappingSettings.cs
- HitTestWithPointDrawingContextWalker.cs
- PrintEvent.cs
- DiffuseMaterial.cs
- MorphHelper.cs
- PrinterUnitConvert.cs