Code:
/ DotNET / DotNET / 8.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
- LeaseManager.cs
- TagPrefixCollection.cs
- x509utils.cs
- CmsInterop.cs
- Condition.cs
- PathData.cs
- PixelFormatConverter.cs
- LocalizableAttribute.cs
- BackStopAuthenticationModule.cs
- EncodingTable.cs
- WebServiceClientProxyGenerator.cs
- HttpBrowserCapabilitiesWrapper.cs
- TTSVoice.cs
- ApplicationException.cs
- FixedSOMPage.cs
- EntityViewGenerationConstants.cs
- HideDisabledControlAdapter.cs
- RequestContext.cs
- TextServicesCompartmentContext.cs
- LabelLiteral.cs
- ISAPIWorkerRequest.cs
- TextEditorSelection.cs
- SamlSecurityTokenAuthenticator.cs
- WebHttpDispatchOperationSelectorData.cs
- oledbconnectionstring.cs
- externdll.cs
- DataControlPagerLinkButton.cs
- CombinedGeometry.cs
- MetricEntry.cs
- Signature.cs
- HtmlTableCell.cs
- Utils.cs
- ResizeBehavior.cs
- altserialization.cs
- GenericEnumerator.cs
- TextTrailingCharacterEllipsis.cs
- BasePattern.cs
- XComponentModel.cs
- InternalBufferManager.cs
- TypeUsage.cs
- DetailsViewRow.cs
- CharEnumerator.cs
- EncryptedData.cs
- ConnectionAcceptor.cs
- TagMapInfo.cs
- Command.cs
- CellCreator.cs
- SegmentInfo.cs
- Stroke.cs
- TripleDESCryptoServiceProvider.cs
- Inflater.cs
- BufferedWebEventProvider.cs
- SubordinateTransaction.cs
- ListViewItemEventArgs.cs
- ConfigurationManagerInternalFactory.cs
- PeerCollaborationPermission.cs
- RepeaterCommandEventArgs.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- DataGridViewHeaderCell.cs
- DateTimeUtil.cs
- SQLResource.cs
- FormViewCommandEventArgs.cs
- ValidatingReaderNodeData.cs
- BindingSource.cs
- ButtonField.cs
- RuntimeConfigLKG.cs
- LineSegment.cs
- TTSEngineProxy.cs
- Form.cs
- Int32RectConverter.cs
- WebPermission.cs
- BasicBrowserDialog.designer.cs
- IPHostEntry.cs
- VirtualPath.cs
- IgnoreFlushAndCloseStream.cs
- ResourceManagerWrapper.cs
- TextBlockAutomationPeer.cs
- SecurityMessageProperty.cs
- FixedTextContainer.cs
- HttpRequest.cs
- ReadOnlyNameValueCollection.cs
- ExternalFile.cs
- MenuTracker.cs
- CommandField.cs
- LazyTextWriterCreator.cs
- ModifiableIteratorCollection.cs
- Stacktrace.cs
- DataSpaceManager.cs
- Pen.cs
- SqlMethods.cs
- SqlRowUpdatedEvent.cs
- ProfessionalColorTable.cs
- _Semaphore.cs
- Clipboard.cs
- ReachUIElementCollectionSerializerAsync.cs
- DocumentGridContextMenu.cs
- ViewStateAttachedPropertyFeature.cs
- TypedLocationWrapper.cs
- RemotingSurrogateSelector.cs
- ScriptingProfileServiceSection.cs