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
- GeneralTransform.cs
- AssertSection.cs
- FunctionUpdateCommand.cs
- BufferedReadStream.cs
- CommandID.cs
- VoiceInfo.cs
- ReadOnlyCollectionBuilder.cs
- StateMachineWorkflowDesigner.cs
- XmlObjectSerializerWriteContextComplex.cs
- AnnotationHelper.cs
- ClientData.cs
- ScriptingWebServicesSectionGroup.cs
- SafeCoTaskMem.cs
- StateChangeEvent.cs
- WaitHandle.cs
- MultiplexingFormatMapping.cs
- PartitionerQueryOperator.cs
- TakeOrSkipQueryOperator.cs
- DataGridViewRowHeaderCell.cs
- Collection.cs
- ExceptionUtil.cs
- DbConnectionHelper.cs
- TraceUtility.cs
- ShapingEngine.cs
- ByeOperationAsyncResult.cs
- SubstitutionResponseElement.cs
- Soap.cs
- ScrollProperties.cs
- ManagementQuery.cs
- MetadataPropertyvalue.cs
- FixedSOMTextRun.cs
- ServiceHostFactory.cs
- DSASignatureDeformatter.cs
- UserMapPath.cs
- pingexception.cs
- FilterEventArgs.cs
- MenuItem.cs
- SimpleWorkerRequest.cs
- ACL.cs
- ActivityExecutor.cs
- TemplatePropertyEntry.cs
- UdpDiscoveryEndpointElement.cs
- RegexStringValidatorAttribute.cs
- KeyEvent.cs
- ContainerControlDesigner.cs
- BinaryFormatter.cs
- FieldToken.cs
- DbDataSourceEnumerator.cs
- PathFigure.cs
- QueryCacheKey.cs
- TextElementCollectionHelper.cs
- MDIClient.cs
- RealProxy.cs
- WpfKnownMember.cs
- HtmlHead.cs
- ReadingWritingEntityEventArgs.cs
- MatrixTransform3D.cs
- VariableQuery.cs
- BufferedStream2.cs
- BamlReader.cs
- TextDecoration.cs
- SafeBitVector32.cs
- SectionVisual.cs
- CharConverter.cs
- MarshalByRefObject.cs
- SlotInfo.cs
- _NestedMultipleAsyncResult.cs
- ContextMenuAutomationPeer.cs
- GridViewColumnHeader.cs
- WebSysDefaultValueAttribute.cs
- PropertyValidationContext.cs
- PassportAuthenticationEventArgs.cs
- WaitHandle.cs
- SafeThemeHandle.cs
- SHA512.cs
- CodeCatchClause.cs
- StringInfo.cs
- AnnotationComponentChooser.cs
- Line.cs
- ZipIOExtraField.cs
- ProjectionCamera.cs
- SafeRightsManagementEnvironmentHandle.cs
- GrammarBuilder.cs
- SecurityTokenAuthenticator.cs
- AxWrapperGen.cs
- MailWriter.cs
- BeginEvent.cs
- PointAnimationUsingPath.cs
- HttpCapabilitiesEvaluator.cs
- TypedElement.cs
- AddressAlreadyInUseException.cs
- BackgroundFormatInfo.cs
- XmlIterators.cs
- _Events.cs
- FrameSecurityDescriptor.cs
- ImageSource.cs
- X509Utils.cs
- SourceInterpreter.cs
- StatusBarItem.cs
- GlyphCache.cs