Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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"]; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- wgx_exports.cs
- BinaryQueryOperator.cs
- CellQuery.cs
- StickyNote.cs
- SystemIPInterfaceProperties.cs
- WsatProxy.cs
- EmptyStringExpandableObjectConverter.cs
- SimpleTypeResolver.cs
- _Semaphore.cs
- CalendarDateRange.cs
- DataGridViewAddColumnDialog.cs
- Int64KeyFrameCollection.cs
- AlternateView.cs
- XmlHierarchicalDataSourceView.cs
- DropDownButton.cs
- DesignerActionTextItem.cs
- XPathDocumentNavigator.cs
- MenuItemCollection.cs
- WorkflowOwnerAsyncResult.cs
- ReservationCollection.cs
- XamlFxTrace.cs
- Accessible.cs
- SafeMemoryMappedViewHandle.cs
- Size.cs
- QilXmlReader.cs
- _AutoWebProxyScriptWrapper.cs
- MenuAutomationPeer.cs
- SafeSecurityHelper.cs
- HttpListenerTimeoutManager.cs
- TrackingParameters.cs
- FrameworkContentElement.cs
- InvalidWMPVersionException.cs
- CategoryGridEntry.cs
- ConstraintCollection.cs
- BamlCollectionHolder.cs
- MemberInitExpression.cs
- StyleModeStack.cs
- Delegate.cs
- SqlError.cs
- PingOptions.cs
- OdbcConnectionFactory.cs
- safemediahandle.cs
- TrackBarDesigner.cs
- BitmapData.cs
- Int16Converter.cs
- MembershipPasswordException.cs
- AppearanceEditorPart.cs
- OLEDB_Enum.cs
- Hash.cs
- SchemeSettingElementCollection.cs
- CompositeKey.cs
- ModelItemDictionary.cs
- Perspective.cs
- WsdlInspector.cs
- GlobalAllocSafeHandle.cs
- TrustManager.cs
- SyndicationCategory.cs
- FontStyle.cs
- ConcurrentDictionary.cs
- SpeechAudioFormatInfo.cs
- IPGlobalProperties.cs
- UIElementParaClient.cs
- StreamingContext.cs
- CodeAccessSecurityEngine.cs
- MemoryFailPoint.cs
- Nodes.cs
- XmlCharCheckingWriter.cs
- Unit.cs
- ArraySubsetEnumerator.cs
- WindowsRegion.cs
- ProjectionPlanCompiler.cs
- ModuleBuilderData.cs
- WindowsTreeView.cs
- MultiDataTrigger.cs
- Trace.cs
- InfoCardBaseException.cs
- StateChangeEvent.cs
- SweepDirectionValidation.cs
- Formatter.cs
- EntityAdapter.cs
- StoreItemCollection.Loader.cs
- BookmarkManager.cs
- ToolStripComboBox.cs
- OleCmdHelper.cs
- GuidelineSet.cs
- GeneratedContractType.cs
- NamespaceCollection.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- RemoteWebConfigurationHost.cs
- SessionEndingCancelEventArgs.cs
- ProtectedConfigurationSection.cs
- TransformationRules.cs
- DocumentCollection.cs
- ContentDesigner.cs
- SchemaSetCompiler.cs
- EmptyTextWriter.cs
- WebPartsSection.cs
- TileBrush.cs
- MemoryRecordBuffer.cs
- Hyperlink.cs