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
- ManualWorkflowSchedulerService.cs
- PoisonMessageException.cs
- ConnectionPoint.cs
- HttpPostedFileWrapper.cs
- Span.cs
- Attributes.cs
- ConvertBinder.cs
- DataSourceControlBuilder.cs
- KeyEventArgs.cs
- BindingBase.cs
- ADMembershipProvider.cs
- Rotation3D.cs
- WindowsProgressbar.cs
- DetailsViewRowCollection.cs
- Timer.cs
- DynamicQueryStringParameter.cs
- TextReturnReader.cs
- IntSecurity.cs
- SessionState.cs
- XmlValidatingReader.cs
- ComboBoxDesigner.cs
- GenericsInstances.cs
- Clock.cs
- Signature.cs
- DocumentSchemaValidator.cs
- ISAPIRuntime.cs
- AsymmetricAlgorithm.cs
- AddInSegmentDirectoryNotFoundException.cs
- XhtmlBasicControlAdapter.cs
- Brush.cs
- AutoSizeComboBox.cs
- TypeLibConverter.cs
- HttpException.cs
- baseshape.cs
- BooleanSwitch.cs
- SelectionChangedEventArgs.cs
- XmlSequenceWriter.cs
- Parameter.cs
- GetResponse.cs
- TextChange.cs
- MonthChangedEventArgs.cs
- HTTPRemotingHandler.cs
- LingerOption.cs
- TemplateBindingExtension.cs
- BoundsDrawingContextWalker.cs
- ThreadStateException.cs
- Listen.cs
- SymbolDocumentInfo.cs
- StylusButtonEventArgs.cs
- KeyEventArgs.cs
- ActiveXSerializer.cs
- VisualStyleElement.cs
- TypeNameConverter.cs
- Debug.cs
- WorkflowLayouts.cs
- OleDbErrorCollection.cs
- TextBox.cs
- FontEmbeddingManager.cs
- DatagramAdapter.cs
- EditorReuseAttribute.cs
- LinkGrep.cs
- XmlNodeWriter.cs
- WebConfigurationFileMap.cs
- ClientScriptManager.cs
- OdbcReferenceCollection.cs
- CodeGenerator.cs
- PassportAuthenticationEventArgs.cs
- InputScopeAttribute.cs
- StyleSheet.cs
- WebPartConnectVerb.cs
- UriTemplateLiteralQueryValue.cs
- WeakEventTable.cs
- StopStoryboard.cs
- Stroke.cs
- DynamicQueryStringParameter.cs
- Visual3DCollection.cs
- DoubleLink.cs
- _TransmitFileOverlappedAsyncResult.cs
- FileClassifier.cs
- SessionIDManager.cs
- AuthStoreRoleProvider.cs
- ScrollItemPatternIdentifiers.cs
- Span.cs
- SoapRpcServiceAttribute.cs
- XmlReaderDelegator.cs
- XmlSchemaRedefine.cs
- WhitespaceRuleReader.cs
- Interlocked.cs
- _AcceptOverlappedAsyncResult.cs
- CompositeDataBoundControl.cs
- WorkItem.cs
- HttpStaticObjectsCollectionBase.cs
- DateTimeUtil.cs
- HandlerFactoryCache.cs
- ContravarianceAdapter.cs
- AuthorizationRuleCollection.cs
- ThumbAutomationPeer.cs
- Math.cs
- OrderedDictionary.cs
- ListViewInsertionMark.cs