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
- HtmlTableRow.cs
- DrawingImage.cs
- MethodImplAttribute.cs
- SqlXml.cs
- AsyncOperationContext.cs
- wpf-etw.cs
- ISO2022Encoding.cs
- TaskFormBase.cs
- DataTransferEventArgs.cs
- WorkflowMarkupSerializer.cs
- DataObjectCopyingEventArgs.cs
- DocumentViewerBaseAutomationPeer.cs
- XmlRawWriter.cs
- InitializerFacet.cs
- CompilerInfo.cs
- DependencyPropertyValueSerializer.cs
- SmiRecordBuffer.cs
- TextServicesProperty.cs
- WebPartConnectionsDisconnectVerb.cs
- ColorAnimationUsingKeyFrames.cs
- ViewService.cs
- UnsafeNetInfoNativeMethods.cs
- Module.cs
- HintTextConverter.cs
- MergeFailedEvent.cs
- NetTcpSecurityElement.cs
- QilName.cs
- ColorAnimation.cs
- CodeRegionDirective.cs
- XhtmlBasicControlAdapter.cs
- ImmComposition.cs
- Rect3D.cs
- DependencyObjectPropertyDescriptor.cs
- cache.cs
- InvariantComparer.cs
- BitmapEffectGroup.cs
- ServicePoint.cs
- DocumentPageTextView.cs
- FrameAutomationPeer.cs
- ConfigurationElementProperty.cs
- FlowDocumentFormatter.cs
- DataView.cs
- CompareValidator.cs
- Token.cs
- DataListItemCollection.cs
- ASCIIEncoding.cs
- WebPartAuthorizationEventArgs.cs
- ReferenceSchema.cs
- ClonableStack.cs
- DoubleCollection.cs
- TrustManagerPromptUI.cs
- DataGridRelationshipRow.cs
- CustomValidator.cs
- MappingException.cs
- PropertyRef.cs
- Clipboard.cs
- SecurityContext.cs
- LocatorBase.cs
- ConsoleCancelEventArgs.cs
- TextEditorTyping.cs
- Margins.cs
- IndividualDeviceConfig.cs
- PeerFlooder.cs
- ProcessHost.cs
- XsltArgumentList.cs
- SequentialUshortCollection.cs
- MsmqPoisonMessageException.cs
- HMACMD5.cs
- TextMarkerSource.cs
- GenericTextProperties.cs
- ErrorStyle.cs
- Vector.cs
- ComponentEditorForm.cs
- DateTimeOffsetStorage.cs
- IIS7WorkerRequest.cs
- SafeMemoryMappedViewHandle.cs
- ClientSettingsStore.cs
- BamlRecordWriter.cs
- control.ime.cs
- RepeaterDataBoundAdapter.cs
- SHA512Managed.cs
- SqlRewriteScalarSubqueries.cs
- WeakReferenceKey.cs
- ApplicationManager.cs
- XsdValidatingReader.cs
- Imaging.cs
- TabItemAutomationPeer.cs
- HttpChannelHelpers.cs
- ProviderUtil.cs
- RemotingConfigParser.cs
- ResourceWriter.cs
- Int64AnimationBase.cs
- StringArrayConverter.cs
- DrawingServices.cs
- SelectionWordBreaker.cs
- XsdCachingReader.cs
- Zone.cs
- Matrix3DValueSerializer.cs
- HttpCapabilitiesBase.cs
- ASCIIEncoding.cs