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
- StrokeCollectionConverter.cs
- safemediahandle.cs
- COM2AboutBoxPropertyDescriptor.cs
- SerializationSectionGroup.cs
- ResourceCategoryAttribute.cs
- IPEndPoint.cs
- LinearGradientBrush.cs
- TraceUtility.cs
- MenuTracker.cs
- ITextView.cs
- ChildTable.cs
- GraphicsState.cs
- SqlConnectionHelper.cs
- HMACMD5.cs
- TimeSpanOrInfiniteConverter.cs
- CustomDictionarySources.cs
- SmtpSection.cs
- linebase.cs
- datacache.cs
- Hashtable.cs
- HttpContextBase.cs
- AssemblyBuilder.cs
- ServiceDebugBehavior.cs
- DnsEndPoint.cs
- BitmapSizeOptions.cs
- DeploymentExceptionMapper.cs
- ReadOnlyDictionary.cs
- AssemblySettingAttributes.cs
- RoleManagerEventArgs.cs
- LongAverageAggregationOperator.cs
- MarkupExtensionReturnTypeAttribute.cs
- DeferredReference.cs
- ArrayList.cs
- ServicePrincipalNameElement.cs
- CompilerCollection.cs
- CustomAttributeBuilder.cs
- DbConnectionStringCommon.cs
- DBConnection.cs
- PreservationFileWriter.cs
- SystemIcmpV6Statistics.cs
- Compiler.cs
- ScriptDescriptor.cs
- ResourceContainer.cs
- TraceSource.cs
- ManualWorkflowSchedulerService.cs
- WsrmFault.cs
- ExceptionUtil.cs
- ResourcePermissionBase.cs
- WebScriptMetadataFormatter.cs
- SQLStringStorage.cs
- RegexMatchCollection.cs
- CryptoProvider.cs
- TableLayout.cs
- translator.cs
- XmlTypeAttribute.cs
- MailDefinition.cs
- WebPartAddingEventArgs.cs
- SpellerHighlightLayer.cs
- FixedPageStructure.cs
- DriveInfo.cs
- InternalBufferManager.cs
- TextServicesContext.cs
- ArrangedElement.cs
- SettingsPropertyCollection.cs
- MessageSecurityProtocolFactory.cs
- XmlElementAttribute.cs
- ClientScriptManagerWrapper.cs
- BigInt.cs
- ObjectNotFoundException.cs
- IteratorDescriptor.cs
- ControlPaint.cs
- ScrollProperties.cs
- LogicalExpr.cs
- MissingFieldException.cs
- ProcessModelSection.cs
- CodeTypeDeclarationCollection.cs
- OlePropertyStructs.cs
- DataBindingHandlerAttribute.cs
- DiscardableAttribute.cs
- WorkerRequest.cs
- SafeNativeMethodsOther.cs
- LinkLabelLinkClickedEvent.cs
- ClassicBorderDecorator.cs
- SplineKeyFrames.cs
- AnnotationObservableCollection.cs
- QueryExpr.cs
- StylusSystemGestureEventArgs.cs
- FixedTextPointer.cs
- DiagnosticsConfiguration.cs
- MediaTimeline.cs
- TreeViewEvent.cs
- Nodes.cs
- ConfigurationLoaderException.cs
- SecurityChannelFactory.cs
- TextTreeTextNode.cs
- XmlUtil.cs
- CurrentChangedEventManager.cs
- MatcherBuilder.cs
- XmlAttributeProperties.cs
- UDPClient.cs