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
- TdsValueSetter.cs
- SupportingTokenSecurityTokenResolver.cs
- ToolStripPanelCell.cs
- MenuTracker.cs
- DocComment.cs
- AsnEncodedData.cs
- ButtonBaseAutomationPeer.cs
- ChannelFactoryBase.cs
- IResourceProvider.cs
- PolyLineSegment.cs
- TextEditorSelection.cs
- StateManagedCollection.cs
- WindowExtensionMethods.cs
- DynamicValidatorEventArgs.cs
- IpcPort.cs
- ConditionalAttribute.cs
- EncoderFallback.cs
- AssemblyAttributes.cs
- XhtmlBasicValidationSummaryAdapter.cs
- WindowsStatic.cs
- Visual.cs
- ObjectDataSourceStatusEventArgs.cs
- ScrollProviderWrapper.cs
- ImageMap.cs
- GeometryValueSerializer.cs
- OleDbEnumerator.cs
- ActivationWorker.cs
- ThreadAbortException.cs
- ReflectionPermission.cs
- MouseButton.cs
- UserInitiatedNavigationPermission.cs
- PageCatalogPartDesigner.cs
- documentsequencetextcontainer.cs
- ModulesEntry.cs
- XhtmlBasicPageAdapter.cs
- AccessDataSource.cs
- BindingList.cs
- GenericXmlSecurityToken.cs
- TreeNodeStyleCollection.cs
- DbExpressionVisitor.cs
- Point4DValueSerializer.cs
- SQLDouble.cs
- RegexParser.cs
- FastEncoder.cs
- SurrogateEncoder.cs
- Logging.cs
- MobilePage.cs
- Buffer.cs
- TableLayoutStyleCollection.cs
- VisualCollection.cs
- PenContexts.cs
- ScriptRef.cs
- BooleanStorage.cs
- WorkflowTerminatedException.cs
- OdbcCommandBuilder.cs
- PreviewPageInfo.cs
- StringConcat.cs
- Bidi.cs
- WindowsSpinner.cs
- QilInvokeEarlyBound.cs
- StrokeDescriptor.cs
- BamlTreeMap.cs
- CodeIndexerExpression.cs
- ObfuscateAssemblyAttribute.cs
- UrlPropertyAttribute.cs
- XsltLoader.cs
- OracleTransaction.cs
- RootDesignerSerializerAttribute.cs
- XPathNodePointer.cs
- ResXDataNode.cs
- HtmlPageAdapter.cs
- SurrogateSelector.cs
- AndMessageFilter.cs
- GridViewDeletedEventArgs.cs
- DateTimeConverter2.cs
- RelatedImageListAttribute.cs
- CustomErrorCollection.cs
- input.cs
- ListParagraph.cs
- Buffer.cs
- DiscoveryDocumentReference.cs
- SurrogateDataContract.cs
- ZipIOLocalFileDataDescriptor.cs
- OrderByLifter.cs
- WebControlParameterProxy.cs
- IItemProperties.cs
- EventDescriptor.cs
- InputBinder.cs
- SecurityTokenResolver.cs
- DbProviderFactory.cs
- XmlSchemaGroupRef.cs
- BamlStream.cs
- ListView.cs
- ExtractorMetadata.cs
- BaseDataBoundControl.cs
- ResXResourceWriter.cs
- ProxyWebPartConnectionCollection.cs
- SequentialOutput.cs
- TextProperties.cs
- CredentialCache.cs