Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Configuration / SystemWebCachingSectionGroup.cs / 1305376 / SystemWebCachingSectionGroup.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System.Configuration; using System.Security.Permissions; 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
- FilteredSchemaElementLookUpTable.cs
- SimpleHandlerFactory.cs
- Clause.cs
- ComplexObject.cs
- ListMarkerSourceInfo.cs
- IFlowDocumentViewer.cs
- StylusPointPropertyUnit.cs
- CommonObjectSecurity.cs
- HostProtectionException.cs
- HtmlInputControl.cs
- MsmqChannelListenerBase.cs
- OuterGlowBitmapEffect.cs
- ToolStripContainer.cs
- GeometryModel3D.cs
- DBConnection.cs
- printdlgexmarshaler.cs
- PageAsyncTask.cs
- ExistsInCollection.cs
- NotFiniteNumberException.cs
- GetPageNumberCompletedEventArgs.cs
- HttpListenerRequest.cs
- Stream.cs
- CompositeActivityDesigner.cs
- VisualTreeHelper.cs
- WebBrowser.cs
- DataDocumentXPathNavigator.cs
- CustomError.cs
- PageContentCollection.cs
- CaretElement.cs
- DataGridViewColumnEventArgs.cs
- UIElementCollection.cs
- RemoteHelper.cs
- SHA1Managed.cs
- EmptyQuery.cs
- ContentElement.cs
- Keywords.cs
- InstanceKeyView.cs
- NaturalLanguageHyphenator.cs
- HttpRuntimeSection.cs
- ScrollViewer.cs
- DeflateStream.cs
- X509Certificate2Collection.cs
- WebConfigurationHost.cs
- SystemIPAddressInformation.cs
- DefaultAsyncDataDispatcher.cs
- ReflectionTypeLoadException.cs
- StringHandle.cs
- FaultCallbackWrapper.cs
- DBDataPermission.cs
- MimeTypePropertyAttribute.cs
- EventDescriptor.cs
- SimplePropertyEntry.cs
- RtfToken.cs
- DurationConverter.cs
- ScriptIgnoreAttribute.cs
- WebService.cs
- SharedStatics.cs
- EntitySqlException.cs
- WebPartUserCapability.cs
- DecimalStorage.cs
- PenThreadWorker.cs
- LabelLiteral.cs
- DataServiceExpressionVisitor.cs
- CommandPlan.cs
- CookieParameter.cs
- ButtonFlatAdapter.cs
- TogglePatternIdentifiers.cs
- InvalidPrinterException.cs
- SingleStorage.cs
- UriSection.cs
- ByteFacetDescriptionElement.cs
- ToolBar.cs
- TextHintingModeValidation.cs
- QueryReaderSettings.cs
- ExpressionVisitor.cs
- SplitContainer.cs
- WeakReference.cs
- ParseHttpDate.cs
- PersonalizationAdministration.cs
- OptionUsage.cs
- CodeParameterDeclarationExpression.cs
- DataGridLinkButton.cs
- CustomMenuItemCollection.cs
- AttributeCollection.cs
- WebPartDescription.cs
- EngineSiteSapi.cs
- path.cs
- Grant.cs
- CombinedGeometry.cs
- PolyLineSegmentFigureLogic.cs
- WmlFormAdapter.cs
- SolidBrush.cs
- ButtonFieldBase.cs
- SortedList.cs
- SingleStorage.cs
- ConfigurationSectionGroup.cs
- XmlChildNodes.cs
- SslStream.cs
- TrustManagerPromptUI.cs
- SolidBrush.cs