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
- Panel.cs
- Matrix.cs
- XPathDocument.cs
- MemoryResponseElement.cs
- WebConfigurationManager.cs
- AxHost.cs
- CompiledELinqQueryState.cs
- IDictionary.cs
- XmlSerializerNamespaces.cs
- DialogResultConverter.cs
- DataViewSettingCollection.cs
- SID.cs
- ApplicationTrust.cs
- ScrollBarAutomationPeer.cs
- ChildDocumentBlock.cs
- PanelStyle.cs
- XPathScanner.cs
- MemoryRecordBuffer.cs
- ViewGenResults.cs
- BaseAsyncResult.cs
- _IPv6Address.cs
- BinHexEncoder.cs
- SupportingTokenBindingElement.cs
- WebColorConverter.cs
- PublisherIdentityPermission.cs
- PerformanceCounterCategory.cs
- PagesChangedEventArgs.cs
- ObjectParameter.cs
- StringToken.cs
- PolicyLevel.cs
- activationcontext.cs
- PngBitmapDecoder.cs
- ControlPaint.cs
- _OSSOCK.cs
- DataSourceCache.cs
- MutexSecurity.cs
- Inflater.cs
- ExceptionHandler.cs
- UidManager.cs
- Stylesheet.cs
- CodeExpressionCollection.cs
- Scene3D.cs
- RequestUriProcessor.cs
- GeometryValueSerializer.cs
- DataGridViewButtonCell.cs
- HtmlTitle.cs
- ParameterModifier.cs
- OptionUsage.cs
- SQLChars.cs
- CodeAttributeDeclarationCollection.cs
- unsafenativemethodstextservices.cs
- EventMappingSettings.cs
- RedistVersionInfo.cs
- Transform3D.cs
- LinkedList.cs
- PathFigureCollection.cs
- Helper.cs
- SortedDictionary.cs
- InternalMappingException.cs
- TypeDependencyAttribute.cs
- InternalBufferOverflowException.cs
- SimpleBitVector32.cs
- ToolTipAutomationPeer.cs
- TextEditorSpelling.cs
- DelayedRegex.cs
- TextRange.cs
- AccessDataSourceView.cs
- BuildDependencySet.cs
- ContractTypeNameCollection.cs
- CodeConstructor.cs
- TableCellAutomationPeer.cs
- DataGridAutoFormatDialog.cs
- Binding.cs
- cookie.cs
- SafeLibraryHandle.cs
- SafeFindHandle.cs
- PolicyLevel.cs
- RecognizerBase.cs
- ToolStripDropDownClosingEventArgs.cs
- ParagraphResult.cs
- DrawingContextWalker.cs
- PermissionListSet.cs
- SafeNativeMethods.cs
- XmlProcessingInstruction.cs
- ByteStorage.cs
- GlyphingCache.cs
- SmiTypedGetterSetter.cs
- ScriptControlManager.cs
- RightsManagementInformation.cs
- FormViewInsertEventArgs.cs
- FigureHelper.cs
- DataRowChangeEvent.cs
- COMException.cs
- EventHandlersStore.cs
- ListBoxChrome.cs
- CodePropertyReferenceExpression.cs
- AccessDataSourceView.cs
- ActivityStateQuery.cs
- Frame.cs
- MailAddressCollection.cs