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
- NavigatorOutput.cs
- BitmapSource.cs
- SmtpDigestAuthenticationModule.cs
- ResourceIDHelper.cs
- ListViewDataItem.cs
- TextCharacters.cs
- DbDataSourceEnumerator.cs
- WebControlToolBoxItem.cs
- SEHException.cs
- DataListItem.cs
- TextModifier.cs
- ControlBuilder.cs
- RegistryPermission.cs
- util.cs
- figurelengthconverter.cs
- ImageFormat.cs
- Restrictions.cs
- RootProfilePropertySettingsCollection.cs
- ValuePatternIdentifiers.cs
- AttributeUsageAttribute.cs
- RootProfilePropertySettingsCollection.cs
- Misc.cs
- HiddenFieldPageStatePersister.cs
- ObjectContext.cs
- DecimalAnimation.cs
- CloseCryptoHandleRequest.cs
- OdbcConnectionStringbuilder.cs
- GridViewHeaderRowPresenter.cs
- CompressedStack.cs
- CompiledIdentityConstraint.cs
- BitmapSizeOptions.cs
- BooleanAnimationUsingKeyFrames.cs
- RegexGroupCollection.cs
- RIPEMD160.cs
- StylusPlugInCollection.cs
- FixedTextSelectionProcessor.cs
- TimeSpanMinutesConverter.cs
- PlanCompilerUtil.cs
- ToolStripContentPanelRenderEventArgs.cs
- PointLightBase.cs
- WebControlAdapter.cs
- Nullable.cs
- DataSetMappper.cs
- SqlParameter.cs
- TreeNode.cs
- SqlParameterCollection.cs
- OracleException.cs
- WebPartsSection.cs
- HttpCacheVary.cs
- ObjectManager.cs
- DependencyObjectProvider.cs
- ConfigViewGenerator.cs
- Rfc2898DeriveBytes.cs
- TemplatePartAttribute.cs
- ConfigXmlWhitespace.cs
- PermissionSet.cs
- safemediahandle.cs
- Typeface.cs
- FullTrustAssemblyCollection.cs
- EntityDataSourceChangedEventArgs.cs
- EventLogStatus.cs
- DesignObjectWrapper.cs
- EmptyReadOnlyDictionaryInternal.cs
- StackSpiller.cs
- Package.cs
- RpcAsyncResult.cs
- ActivityTypeDesigner.xaml.cs
- BaseComponentEditor.cs
- WmlImageAdapter.cs
- Internal.cs
- ConsoleCancelEventArgs.cs
- MatrixTransform3D.cs
- NetMsmqBindingCollectionElement.cs
- DomainConstraint.cs
- PrintDialog.cs
- recordstate.cs
- RealizationDrawingContextWalker.cs
- XmlText.cs
- CellParagraph.cs
- WindowsListViewGroupHelper.cs
- HttpsHostedTransportConfiguration.cs
- ToolStripGripRenderEventArgs.cs
- Registry.cs
- Vars.cs
- SliderAutomationPeer.cs
- SqlHelper.cs
- XmlBoundElement.cs
- SubpageParagraph.cs
- DataError.cs
- HitTestFilterBehavior.cs
- RsaKeyIdentifierClause.cs
- LineServicesCallbacks.cs
- SplitterEvent.cs
- TickBar.cs
- DataServiceCollectionOfT.cs
- PrimaryKeyTypeConverter.cs
- ResolveMatchesCD1.cs
- HttpHandlerActionCollection.cs
- HtmlInputCheckBox.cs
- Membership.cs