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
- AstNode.cs
- WindowPattern.cs
- DiscoveryReference.cs
- SizeChangedInfo.cs
- InputMethodStateChangeEventArgs.cs
- BitVector32.cs
- XmlTypeMapping.cs
- XPathArrayIterator.cs
- WebPartMovingEventArgs.cs
- MonitorWrapper.cs
- Selection.cs
- ListBindingConverter.cs
- XmlUtf8RawTextWriter.cs
- AutoResizedEvent.cs
- XmlMapping.cs
- SQLGuid.cs
- DateRangeEvent.cs
- SchemaTypeEmitter.cs
- MaskedTextProvider.cs
- DataGridViewLinkCell.cs
- XmlILIndex.cs
- PerformanceCountersElement.cs
- ChoiceConverter.cs
- BehaviorDragDropEventArgs.cs
- WinCategoryAttribute.cs
- XmlSubtreeReader.cs
- EventDescriptor.cs
- PenThread.cs
- SafeNativeMethodsOther.cs
- PageThemeCodeDomTreeGenerator.cs
- XMLSchema.cs
- PointLight.cs
- MailMessage.cs
- ListViewTableCell.cs
- SplitterEvent.cs
- ClipboardProcessor.cs
- OletxEnlistment.cs
- DiagnosticsElement.cs
- FileRegion.cs
- ClaimTypes.cs
- XmlEntity.cs
- DataRelationPropertyDescriptor.cs
- UnsafeNativeMethods.cs
- Itemizer.cs
- Descriptor.cs
- ClientRolePrincipal.cs
- RenderContext.cs
- GridViewSelectEventArgs.cs
- CDSsyncETWBCLProvider.cs
- SystemWebSectionGroup.cs
- SourceLineInfo.cs
- NetNamedPipeBindingElement.cs
- ToolStripCollectionEditor.cs
- UInt16Converter.cs
- Activation.cs
- TabControlDesigner.cs
- SqlConnectionPoolProviderInfo.cs
- ADMembershipUser.cs
- ObfuscateAssemblyAttribute.cs
- MatrixConverter.cs
- WebPartConnectionsCancelVerb.cs
- DataSourceDesigner.cs
- GradientStop.cs
- SharedPersonalizationStateInfo.cs
- HostingEnvironmentWrapper.cs
- SqlFormatter.cs
- SqlColumnizer.cs
- ObjectQuery.cs
- TemplateKeyConverter.cs
- BindingBase.cs
- _NativeSSPI.cs
- BuildProviderAppliesToAttribute.cs
- Marshal.cs
- CodeGenerator.cs
- GPStream.cs
- Lock.cs
- DateTimeOffsetConverter.cs
- OneToOneMappingSerializer.cs
- StylusPlugin.cs
- AutomationEvent.cs
- SamlAction.cs
- ScrollBarAutomationPeer.cs
- HorizontalAlignConverter.cs
- PropertyItem.cs
- ActiveXHelper.cs
- SHA256Managed.cs
- ErrorWrapper.cs
- WebPartVerb.cs
- AuthenticationModuleElementCollection.cs
- PageBreakRecord.cs
- TextParagraphView.cs
- TrackBarDesigner.cs
- XmlILTrace.cs
- CodeArrayIndexerExpression.cs
- X509IssuerSerialKeyIdentifierClause.cs
- XmlCustomFormatter.cs
- PngBitmapDecoder.cs
- FormViewDeleteEventArgs.cs
- uribuilder.cs
- ResourceCodeDomSerializer.cs