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
- DESCryptoServiceProvider.cs
- XmlSerializationReader.cs
- MgmtConfigurationRecord.cs
- TypeUsage.cs
- XPathDescendantIterator.cs
- AspNetHostingPermission.cs
- EntityUtil.cs
- CapabilitiesAssignment.cs
- ArgumentOutOfRangeException.cs
- NTAccount.cs
- BitmapFrameEncode.cs
- AdornerLayer.cs
- DataRecordInternal.cs
- BinaryParser.cs
- PolyLineSegment.cs
- RemoteWebConfigurationHostServer.cs
- ScrollViewerAutomationPeer.cs
- ALinqExpressionVisitor.cs
- Pair.cs
- IndicCharClassifier.cs
- EdmError.cs
- VectorKeyFrameCollection.cs
- TextBoxView.cs
- ControllableStoryboardAction.cs
- GPRECTF.cs
- SeekStoryboard.cs
- DesignOnlyAttribute.cs
- TextProperties.cs
- RegexParser.cs
- WSHttpSecurityElement.cs
- PagesSection.cs
- FirstQueryOperator.cs
- HttpProfileGroupBase.cs
- TextSelectionProcessor.cs
- Html32TextWriter.cs
- InfoCardTraceRecord.cs
- Win32KeyboardDevice.cs
- PageHandlerFactory.cs
- SweepDirectionValidation.cs
- ClaimComparer.cs
- TaskFormBase.cs
- InvalidOleVariantTypeException.cs
- XpsDocument.cs
- Style.cs
- Queue.cs
- ClientSettings.cs
- SqlConnectionPoolProviderInfo.cs
- XmlWellformedWriter.cs
- MachineKeySection.cs
- ConnectionManagementSection.cs
- FixedSOMFixedBlock.cs
- EditableTreeList.cs
- AppearanceEditorPart.cs
- InputScopeAttribute.cs
- ListViewUpdatedEventArgs.cs
- Shape.cs
- InstanceCollisionException.cs
- BinaryNegotiation.cs
- XmlWrappingReader.cs
- Helpers.cs
- AliasGenerator.cs
- WebEventTraceProvider.cs
- TwoPhaseCommit.cs
- EndpointNameMessageFilter.cs
- ADConnectionHelper.cs
- FacetDescriptionElement.cs
- StructuredType.cs
- LexicalChunk.cs
- UidManager.cs
- InfiniteTimeSpanConverter.cs
- DeclarativeCatalogPart.cs
- SQLBytesStorage.cs
- PropertyTabChangedEvent.cs
- XamlTreeBuilderBamlRecordWriter.cs
- BinaryMessageEncoder.cs
- SdlChannelSink.cs
- ContextQuery.cs
- DesignBindingValueUIHandler.cs
- Compiler.cs
- SqlBuilder.cs
- ObjectListCommandCollection.cs
- BatchStream.cs
- DeferredSelectedIndexReference.cs
- XmlExpressionDumper.cs
- ClientSession.cs
- InstanceKeyCollisionException.cs
- smtpconnection.cs
- StoryFragments.cs
- CustomValidator.cs
- EncryptedXml.cs
- SamlAuthorityBinding.cs
- ParserOptions.cs
- UnsafeNativeMethods.cs
- ErrorStyle.cs
- MessageDecoder.cs
- CacheSection.cs
- TraceHandlerErrorFormatter.cs
- QueryOperationResponseOfT.cs
- ReflectionUtil.cs
- FixedTextBuilder.cs