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
- KeyboardNavigation.cs
- BindingNavigator.cs
- LambdaSerializationException.cs
- WizardStepBase.cs
- TypeLibConverter.cs
- UniqueConstraint.cs
- WebRequest.cs
- XmlReflectionImporter.cs
- XMLSchema.cs
- DesignerTransaction.cs
- IndexerNameAttribute.cs
- WorkflowDesignerMessageFilter.cs
- StorageBasedPackageProperties.cs
- UITypeEditors.cs
- Identity.cs
- DataKeyCollection.cs
- LayoutTable.cs
- AutomationEvent.cs
- DrawingDrawingContext.cs
- Stylus.cs
- RequestResizeEvent.cs
- SqlAggregateChecker.cs
- Rotation3DAnimation.cs
- FlowDocumentFormatter.cs
- CodeParameterDeclarationExpressionCollection.cs
- CodeParameterDeclarationExpression.cs
- ConfigurationSectionGroup.cs
- Input.cs
- CommandHelpers.cs
- DataGridViewComboBoxCell.cs
- XmlMembersMapping.cs
- CaseInsensitiveHashCodeProvider.cs
- StringUtil.cs
- LongAverageAggregationOperator.cs
- DataReceivedEventArgs.cs
- EntityDataSourceContextDisposingEventArgs.cs
- SettingsBase.cs
- TextElement.cs
- AssemblyBuilderData.cs
- BuildResult.cs
- NoneExcludedImageIndexConverter.cs
- HtmlGenericControl.cs
- ItemCollection.cs
- UntrustedRecipientException.cs
- DesignerTransactionCloseEvent.cs
- SecurityPolicySection.cs
- RegexGroup.cs
- NamedObjectList.cs
- EpmContentDeSerializer.cs
- HtmlTextViewAdapter.cs
- IERequestCache.cs
- FrameworkElementFactory.cs
- ProviderMetadataCachedInformation.cs
- SourceFileInfo.cs
- DecimalConverter.cs
- DetailsViewPagerRow.cs
- Tokenizer.cs
- HtmlHistory.cs
- NameTable.cs
- RenderOptions.cs
- StorageInfo.cs
- CompModSwitches.cs
- XmlWhitespace.cs
- ParameterCollection.cs
- MemberDomainMap.cs
- InsufficientMemoryException.cs
- DataList.cs
- SchemaImporterExtensionElementCollection.cs
- MessageQueueException.cs
- PropertyOverridesDialog.cs
- Delegate.cs
- Signature.cs
- DetailsViewRowCollection.cs
- ValidationError.cs
- ButtonBaseAdapter.cs
- IResourceProvider.cs
- QilLiteral.cs
- DispatcherProcessingDisabled.cs
- SQLDateTime.cs
- DataGridViewComboBoxColumnDesigner.cs
- TdsParserSessionPool.cs
- TrackingCondition.cs
- ExpressionWriter.cs
- List.cs
- ExpressionEvaluator.cs
- DictionarySectionHandler.cs
- glyphs.cs
- ProcessThreadCollection.cs
- LogLogRecord.cs
- UriParserTemplates.cs
- WindowsClaimSet.cs
- ImageButton.cs
- XmlSchemaDocumentation.cs
- HttpInputStream.cs
- LocalizedNameDescriptionPair.cs
- DataGridCellsPanel.cs
- ProvideValueServiceProvider.cs
- Button.cs
- Variable.cs
- DataGridItemCollection.cs