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
- InternalsVisibleToAttribute.cs
- ContentHostHelper.cs
- IImplicitResourceProvider.cs
- DecimalStorage.cs
- UnsafeNativeMethods.cs
- Accessible.cs
- QueryResults.cs
- Operator.cs
- EventLogLink.cs
- ExpressionPrefixAttribute.cs
- ToolStripGrip.cs
- NullableIntMinMaxAggregationOperator.cs
- BreakRecordTable.cs
- RevocationPoint.cs
- ComponentCollection.cs
- DataGridColumnFloatingHeader.cs
- LinearKeyFrames.cs
- ReturnType.cs
- OrderingQueryOperator.cs
- DropDownList.cs
- MouseOverProperty.cs
- HttpHandlersSection.cs
- ClientSettingsSection.cs
- baseaxisquery.cs
- RegularExpressionValidator.cs
- PeerEndPoint.cs
- DbDataReader.cs
- CoreChannel.cs
- HttpListener.cs
- XmlSchemaValidator.cs
- VectorCollectionValueSerializer.cs
- COM2IManagedPerPropertyBrowsingHandler.cs
- NetworkCredential.cs
- SelectedPathEditor.cs
- SynchronousChannel.cs
- InnerItemCollectionView.cs
- UserInitiatedRoutedEventPermission.cs
- PathGeometry.cs
- DataContractFormatAttribute.cs
- IndexerNameAttribute.cs
- DelegateSerializationHolder.cs
- RectConverter.cs
- SequentialUshortCollection.cs
- HtmlDocument.cs
- EndOfStreamException.cs
- SvcFileManager.cs
- Splitter.cs
- Wildcard.cs
- AssemblyAssociatedContentFileAttribute.cs
- XmlArrayItemAttributes.cs
- CompModSwitches.cs
- MsmqOutputChannel.cs
- X509SecurityToken.cs
- IntersectQueryOperator.cs
- __Filters.cs
- StateMachine.cs
- Console.cs
- OperationAbortedException.cs
- FileSystemWatcher.cs
- Converter.cs
- Transform3D.cs
- PageAsyncTaskManager.cs
- NativeMethods.cs
- TabletDevice.cs
- HtmlTableRowCollection.cs
- SchemaImporterExtension.cs
- DataGridRow.cs
- IBuiltInEvidence.cs
- ReverseComparer.cs
- FolderNameEditor.cs
- AcceleratedTokenProviderState.cs
- SecUtil.cs
- IndentedWriter.cs
- DataBoundControlActionList.cs
- EntityViewContainer.cs
- BaseAddressPrefixFilterElement.cs
- CompoundFileReference.cs
- ImageAutomationPeer.cs
- Tablet.cs
- DynamicExpression.cs
- Lease.cs
- PropertyToken.cs
- MultipartIdentifier.cs
- SplineKeyFrames.cs
- DataSetFieldSchema.cs
- SmtpMail.cs
- ApplicationGesture.cs
- AtomicFile.cs
- AssociationSetMetadata.cs
- XamlSerializationHelper.cs
- ActivityTrace.cs
- MappingItemCollection.cs
- ToolStripTemplateNode.cs
- ClientProxyGenerator.cs
- webbrowsersite.cs
- BrowsableAttribute.cs
- TypefaceMap.cs
- HtmlTextArea.cs
- ImmutablePropertyDescriptorGridEntry.cs
- DbBuffer.cs