Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / Configuration / SystemWebCachingSectionGroup.cs / 2 / 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. //------------------------------------------------------------------------------ //// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Rijndael.cs
- UpdateRecord.cs
- FontFamilyValueSerializer.cs
- RegexTree.cs
- DiagnosticTrace.cs
- ReflectionPermission.cs
- NativeWindow.cs
- GeometryDrawing.cs
- MetaTableHelper.cs
- WebPartChrome.cs
- BitmapFrame.cs
- TcpTransportSecurity.cs
- EntitySqlQueryBuilder.cs
- TdsParserSafeHandles.cs
- DataGridRowHeaderAutomationPeer.cs
- NoneExcludedImageIndexConverter.cs
- IISUnsafeMethods.cs
- XPathParser.cs
- CreateUserWizard.cs
- TranslateTransform.cs
- MimeReturn.cs
- StylusPoint.cs
- MissingManifestResourceException.cs
- ErrorLog.cs
- querybuilder.cs
- AddingNewEventArgs.cs
- Signature.cs
- PreProcessor.cs
- FormatException.cs
- NullReferenceException.cs
- WebPartHelpVerb.cs
- InvalidateEvent.cs
- ParenthesizePropertyNameAttribute.cs
- MessageBox.cs
- FileLogRecordStream.cs
- _AcceptOverlappedAsyncResult.cs
- ObjectMemberMapping.cs
- NotifyInputEventArgs.cs
- ADConnectionHelper.cs
- HtmlDocument.cs
- LiteralControl.cs
- InOutArgumentConverter.cs
- XamlTemplateSerializer.cs
- Variable.cs
- StringStorage.cs
- FocusChangedEventArgs.cs
- SqlClientWrapperSmiStream.cs
- ImagingCache.cs
- WindowsToolbarAsMenu.cs
- FileFormatException.cs
- Vector3DKeyFrameCollection.cs
- SafeLibraryHandle.cs
- XmlSchemaExternal.cs
- SelectedGridItemChangedEvent.cs
- Application.cs
- TranslateTransform3D.cs
- QueryAsyncResult.cs
- ArgumentException.cs
- BaseTemplateBuildProvider.cs
- CompositeScriptReference.cs
- StringUtil.cs
- RsaSecurityTokenParameters.cs
- QueryOperationResponseOfT.cs
- MenuTracker.cs
- BordersPage.cs
- RuntimeCompatibilityAttribute.cs
- PcmConverter.cs
- _LazyAsyncResult.cs
- BindingList.cs
- StandardCommands.cs
- webclient.cs
- MetadataArtifactLoaderComposite.cs
- HWStack.cs
- DebuggerService.cs
- QuerySafeNavigator.cs
- PathFigureCollectionConverter.cs
- BinHexDecoder.cs
- webproxy.cs
- TabItem.cs
- WindowsRebar.cs
- FormsIdentity.cs
- PointKeyFrameCollection.cs
- UrlPropertyAttribute.cs
- RootDesignerSerializerAttribute.cs
- SqlVisitor.cs
- TrackingLocation.cs
- ServiceOperationWrapper.cs
- ColumnClickEvent.cs
- QueryOperator.cs
- CompiledQuery.cs
- AncestorChangedEventArgs.cs
- ScaleTransform3D.cs
- TextFindEngine.cs
- WindowsFormsHost.cs
- KeyFrames.cs
- DataGridViewColumnStateChangedEventArgs.cs
- SoapObjectWriter.cs
- ProcessModule.cs
- TailCallAnalyzer.cs
- QueryContext.cs