Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HTTPAPI_VERSION.cs
- DiscoveryService.cs
- OSFeature.cs
- OpCellTreeNode.cs
- FormViewModeEventArgs.cs
- Pts.cs
- NumericExpr.cs
- PersonalizationProviderCollection.cs
- FocusChangedEventArgs.cs
- WindowsTokenRoleProvider.cs
- ActiveDocumentEvent.cs
- DataBindingExpressionBuilder.cs
- DataGridViewRow.cs
- DeleteStoreRequest.cs
- pingexception.cs
- SchemaType.cs
- WebContext.cs
- RoutedEventConverter.cs
- BamlResourceSerializer.cs
- Content.cs
- RangeValuePattern.cs
- UIElementCollection.cs
- XmlSchema.cs
- TreeNodeClickEventArgs.cs
- HtmlElementCollection.cs
- RSAPKCS1KeyExchangeFormatter.cs
- TreeNodeClickEventArgs.cs
- TranslateTransform3D.cs
- RotateTransform3D.cs
- PageCache.cs
- DataGridViewColumn.cs
- VariableDesigner.xaml.cs
- MethodBody.cs
- SchemaReference.cs
- TextServicesCompartment.cs
- PersistenceTypeAttribute.cs
- TransactionTraceIdentifier.cs
- ExpressionParser.cs
- _BaseOverlappedAsyncResult.cs
- MappingSource.cs
- PlatformCulture.cs
- VerificationAttribute.cs
- CounterCreationDataConverter.cs
- Triangle.cs
- ObjectItemConventionAssemblyLoader.cs
- Argument.cs
- KeyEvent.cs
- Vector3DAnimationBase.cs
- smtpconnection.cs
- BindingMAnagerBase.cs
- ImmComposition.cs
- BeginEvent.cs
- GetPageCompletedEventArgs.cs
- ProvideValueServiceProvider.cs
- WeakRefEnumerator.cs
- MimeBasePart.cs
- InlinedAggregationOperator.cs
- TableRow.cs
- TextSchema.cs
- ResourceDictionaryCollection.cs
- ZoneIdentityPermission.cs
- Matrix.cs
- ObjectComplexPropertyMapping.cs
- Byte.cs
- MultiSelectRootGridEntry.cs
- XmlNode.cs
- StringOutput.cs
- CounterSampleCalculator.cs
- RectangleGeometry.cs
- RuleProcessor.cs
- EventsTab.cs
- SmiContextFactory.cs
- DictationGrammar.cs
- NameTable.cs
- Slider.cs
- NativeMethods.cs
- CommonProperties.cs
- TableHeaderCell.cs
- RoutingService.cs
- ExtensibleClassFactory.cs
- EdmType.cs
- CodeSnippetExpression.cs
- PeerInvitationResponse.cs
- TypeForwardedFromAttribute.cs
- PageAsyncTask.cs
- HttpModulesSection.cs
- ItemList.cs
- MouseGestureValueSerializer.cs
- XmlSiteMapProvider.cs
- DesignerActionKeyboardBehavior.cs
- TextTrailingCharacterEllipsis.cs
- AliasGenerator.cs
- SchemaNotation.cs
- PropertyConverter.cs
- SqlRowUpdatingEvent.cs
- ExceptionHelpers.cs
- NumericUpDownAcceleration.cs
- MobileListItem.cs
- ImageAttributes.cs
- Header.cs