Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / HttpModuleCollection.cs / 1 / HttpModuleCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * Collection of IHttpModules * * Copyright (c) 2000 Microsoft Corporation */ namespace System.Web { using System.Runtime.InteropServices; using System.Collections; using System.Collections.Specialized; using System.Web; using System.Web.Util; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class HttpModuleCollection : NameObjectCollectionBase { // cached All[] arrays private IHttpModule[] _all; private String[] _allKeys; internal HttpModuleCollection() : base(Misc.CaseInsensitiveInvariantKeyComparer) { } ///A collection of IHttpModules ////// public void CopyTo(Array dest, int index) { if (_all == null) { int n = Count; _all = new IHttpModule[n]; for (int i = 0; i < n; i++) _all[i] = Get(i); } if (_all != null) { _all.CopyTo(dest, index); } } internal void AddModule(String name, IHttpModule m) { _all = null; _allKeys = null; BaseAdd(name, m); } #if UNUSED internal void Reset() { _all = null; _allKeys = null; BaseClear(); } #endif // // Access by name // ///[To be supplied.] ////// public IHttpModule Get(String name) { return(IHttpModule)BaseGet(name); } ///[To be supplied.] ////// public IHttpModule this[String name] { get { return Get(name);} } // // Indexed access // ///[To be supplied.] ////// public IHttpModule Get(int index) { return(IHttpModule)BaseGet(index); } ///[To be supplied.] ////// public String GetKey(int index) { return BaseGetKey(index); } ///[To be supplied.] ////// public IHttpModule this[int index] { get { return Get(index);} } // // Access to keys and values as arrays // ///[To be supplied.] ////// public String[] AllKeys { get { if (_allKeys == null) _allKeys = BaseGetAllKeys(); return _allKeys; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * Collection of IHttpModules * * Copyright (c) 2000 Microsoft Corporation */ namespace System.Web { using System.Runtime.InteropServices; using System.Collections; using System.Collections.Specialized; using System.Web; using System.Web.Util; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class HttpModuleCollection : NameObjectCollectionBase { // cached All[] arrays private IHttpModule[] _all; private String[] _allKeys; internal HttpModuleCollection() : base(Misc.CaseInsensitiveInvariantKeyComparer) { } ///A collection of IHttpModules ////// public void CopyTo(Array dest, int index) { if (_all == null) { int n = Count; _all = new IHttpModule[n]; for (int i = 0; i < n; i++) _all[i] = Get(i); } if (_all != null) { _all.CopyTo(dest, index); } } internal void AddModule(String name, IHttpModule m) { _all = null; _allKeys = null; BaseAdd(name, m); } #if UNUSED internal void Reset() { _all = null; _allKeys = null; BaseClear(); } #endif // // Access by name // ///[To be supplied.] ////// public IHttpModule Get(String name) { return(IHttpModule)BaseGet(name); } ///[To be supplied.] ////// public IHttpModule this[String name] { get { return Get(name);} } // // Indexed access // ///[To be supplied.] ////// public IHttpModule Get(int index) { return(IHttpModule)BaseGet(index); } ///[To be supplied.] ////// public String GetKey(int index) { return BaseGetKey(index); } ///[To be supplied.] ////// public IHttpModule this[int index] { get { return Get(index);} } // // Access to keys and values as arrays // ///[To be supplied.] ////// public String[] AllKeys { get { if (_allKeys == null) _allKeys = BaseGetAllKeys(); return _allKeys; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UrlMappingsSection.cs
- XmlValidatingReader.cs
- FullTrustAssembly.cs
- ServiceObjectContainer.cs
- XmlSchemaRedefine.cs
- _CookieModule.cs
- BaseTypeViewSchema.cs
- clipboard.cs
- TableChangeProcessor.cs
- SimpleApplicationHost.cs
- DocumentsTrace.cs
- DragDropHelper.cs
- ColumnMapVisitor.cs
- Object.cs
- DesignerDataColumn.cs
- AspNetRouteServiceHttpHandler.cs
- InternalsVisibleToAttribute.cs
- ManifestResourceInfo.cs
- InkPresenterAutomationPeer.cs
- EDesignUtil.cs
- XmlSchemaSet.cs
- InternalResources.cs
- ClaimSet.cs
- AppSettingsExpressionBuilder.cs
- CqlGenerator.cs
- Timer.cs
- CachedTypeface.cs
- HtmlLabelAdapter.cs
- BindingBase.cs
- SamlSerializer.cs
- XDeferredAxisSource.cs
- IIS7UserPrincipal.cs
- TabItemWrapperAutomationPeer.cs
- DesignTimeHTMLTextWriter.cs
- ValueExpressions.cs
- DTCTransactionManager.cs
- SrgsElementList.cs
- ApplicationFileParser.cs
- XmlRawWriter.cs
- OutputCacheModule.cs
- X509UI.cs
- CommandManager.cs
- DateTimeValueSerializerContext.cs
- LineUtil.cs
- TimeSpanOrInfiniteConverter.cs
- RadioButtonAutomationPeer.cs
- SqlIdentifier.cs
- BamlBinaryWriter.cs
- Stack.cs
- ArglessEventHandlerProxy.cs
- HtmlLink.cs
- ReferencedAssembly.cs
- Quack.cs
- InstanceDataCollectionCollection.cs
- BamlResourceSerializer.cs
- RtType.cs
- PropertyCondition.cs
- ToolboxItemFilterAttribute.cs
- ResXDataNode.cs
- securitycriticaldataClass.cs
- EqualityArray.cs
- ThicknessAnimationUsingKeyFrames.cs
- ConfigXmlCDataSection.cs
- EventQueueState.cs
- x509store.cs
- ListViewInsertedEventArgs.cs
- DataTrigger.cs
- EdmFunctionAttribute.cs
- adornercollection.cs
- IndividualDeviceConfig.cs
- MobileSysDescriptionAttribute.cs
- SerializationFieldInfo.cs
- SiteMapPath.cs
- TagElement.cs
- AbandonedMutexException.cs
- EventDescriptorCollection.cs
- HandlerFactoryCache.cs
- PolicyStatement.cs
- SettingsSection.cs
- SqlUserDefinedTypeAttribute.cs
- ALinqExpressionVisitor.cs
- ReferenceConverter.cs
- RemoteWebConfigurationHost.cs
- ObjectItemNoOpAssemblyLoader.cs
- DesignTimeType.cs
- RoutedEventArgs.cs
- RSAOAEPKeyExchangeFormatter.cs
- Pkcs7Recipient.cs
- ClickablePoint.cs
- NetworkAddressChange.cs
- GatewayDefinition.cs
- FaultDesigner.cs
- Empty.cs
- TextChangedEventArgs.cs
- GorillaCodec.cs
- SystemColorTracker.cs
- FixedElement.cs
- MSHTMLHost.cs
- DictionaryEntry.cs
- StringBlob.cs