Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- ActivityLocationReferenceEnvironment.cs
- EntityRecordInfo.cs
- TabControl.cs
- SplitterEvent.cs
- CollectionViewGroup.cs
- UTF8Encoding.cs
- ScriptingScriptResourceHandlerSection.cs
- HtmlWindow.cs
- CultureMapper.cs
- GraphicsContainer.cs
- MethodBody.cs
- TypeToArgumentTypeConverter.cs
- CommentEmitter.cs
- DesignBinding.cs
- CreateUserErrorEventArgs.cs
- OrElse.cs
- HostSecurityManager.cs
- ProcessHostMapPath.cs
- SortFieldComparer.cs
- Preprocessor.cs
- AppearanceEditorPart.cs
- DrawItemEvent.cs
- WindowsToolbarAsMenu.cs
- MessageBox.cs
- ErrorEventArgs.cs
- TaiwanCalendar.cs
- WindowsIdentity.cs
- DataGridViewCellFormattingEventArgs.cs
- ChangeConflicts.cs
- Internal.cs
- AttributeCollection.cs
- Exception.cs
- BindingContext.cs
- DispatcherExceptionEventArgs.cs
- bidPrivateBase.cs
- CompilerScope.cs
- ToolbarAUtomationPeer.cs
- BreakRecordTable.cs
- DataServiceQueryException.cs
- FormViewInsertEventArgs.cs
- COM2ExtendedUITypeEditor.cs
- LoginStatusDesigner.cs
- EventSinkActivity.cs
- LinqDataSourceInsertEventArgs.cs
- TextContainer.cs
- XamlFxTrace.cs
- TextElement.cs
- GeneralTransform3D.cs
- Overlapped.cs
- HtmlTableRowCollection.cs
- ModelTreeEnumerator.cs
- UnsafeNativeMethods.cs
- Helpers.cs
- DbConnectionPool.cs
- NativeMethodsCLR.cs
- DataObjectPastingEventArgs.cs
- Transform.cs
- TaiwanLunisolarCalendar.cs
- Vector3DValueSerializer.cs
- MimeMapping.cs
- VersionedStreamOwner.cs
- SelectionRangeConverter.cs
- XmlCDATASection.cs
- CodeStatement.cs
- BuildProvider.cs
- ToolStripItemImageRenderEventArgs.cs
- ImageAnimator.cs
- Transform.cs
- OlePropertyStructs.cs
- ElementsClipboardData.cs
- ResXFileRef.cs
- ExpressionConverter.cs
- Pointer.cs
- TcpClientCredentialType.cs
- MachineKeyConverter.cs
- httpserverutility.cs
- CatchBlock.cs
- DesignConnection.cs
- ChangeNode.cs
- RegionInfo.cs
- LoadWorkflowCommand.cs
- ValueUtilsSmi.cs
- DataSetMappper.cs
- ConfigurationElementCollection.cs
- PropertyValue.cs
- mediaclock.cs
- MSAAWinEventWrap.cs
- XmlDictionaryWriter.cs
- SerialStream.cs
- ProviderUtil.cs
- ViewGenerator.cs
- EventSetter.cs
- EndSelectCardRequest.cs
- FaultContractInfo.cs
- WindowsFormsHostAutomationPeer.cs
- TypeDescriptionProviderAttribute.cs
- RTLAwareMessageBox.cs
- AsyncContentLoadedEventArgs.cs
- TextElementCollection.cs
- TextSearch.cs