Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / Configuration / HandlerWithFactory.cs / 1 / HandlerWithFactory.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * Config related classes for HttpApplication */ namespace System.Web.Configuration { using System; /* * Factory / handler pair for recycling */ internal class HandlerWithFactory { private IHttpHandler _handler; private IHttpHandlerFactory _factory; internal HandlerWithFactory(IHttpHandler handler, IHttpHandlerFactory factory) { _handler = handler; _factory = factory; } internal void Recycle() { _factory.ReleaseHandler(_handler); } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Pts.cs
- ConnectivityStatus.cs
- ItemCheckEvent.cs
- ResourceExpressionBuilder.cs
- typedescriptorpermission.cs
- PrintingPermission.cs
- PeerEndPoint.cs
- HtmlMeta.cs
- ScriptBehaviorDescriptor.cs
- WebHostedComPlusServiceHost.cs
- ToolBarTray.cs
- HtmlTableCell.cs
- InfoCardCryptoHelper.cs
- WebPartMenuStyle.cs
- Debug.cs
- ApplicationException.cs
- OleDbErrorCollection.cs
- GridEntry.cs
- hresults.cs
- MethodSignatureGenerator.cs
- mda.cs
- SqlXml.cs
- LinqDataSourceEditData.cs
- InvokePattern.cs
- XmlAnyElementAttributes.cs
- XmlImplementation.cs
- DbDeleteCommandTree.cs
- MDIClient.cs
- ScriptResourceHandler.cs
- DefaultTextStoreTextComposition.cs
- XmlSchemaValidator.cs
- WindowsListViewScroll.cs
- VirtualizingPanel.cs
- DrawingGroupDrawingContext.cs
- FillBehavior.cs
- StartUpEventArgs.cs
- WorkflowOperationBehavior.cs
- AnyReturnReader.cs
- DiagnosticTrace.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- SignerInfo.cs
- NativeRightsManagementAPIsStructures.cs
- SchemaDeclBase.cs
- DeviceContext.cs
- PeerCollaboration.cs
- SqlInternalConnectionTds.cs
- RelationshipEntry.cs
- SimpleType.cs
- MarkedHighlightComponent.cs
- BindingMemberInfo.cs
- StringStorage.cs
- Calendar.cs
- RotateTransform.cs
- RouteItem.cs
- JsonReaderWriterFactory.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- PersonalizationStateInfoCollection.cs
- DLinqAssociationProvider.cs
- ChannelBinding.cs
- FixedHighlight.cs
- AttributeData.cs
- SurrogateDataContract.cs
- SelectedDatesCollection.cs
- MimeBasePart.cs
- InstanceNotReadyException.cs
- typedescriptorpermission.cs
- UInt16.cs
- ListDictionaryInternal.cs
- ExpressionList.cs
- DataComponentMethodGenerator.cs
- ActivatedMessageQueue.cs
- BlobPersonalizationState.cs
- PenLineCapValidation.cs
- NullEntityWrapper.cs
- Activator.cs
- TemplateEditingService.cs
- NameNode.cs
- TypeReference.cs
- Hex.cs
- CharacterString.cs
- FontStretch.cs
- FloaterBaseParagraph.cs
- LayoutExceptionEventArgs.cs
- RoutingExtensionElement.cs
- SystemIcons.cs
- FilterQuery.cs
- NullableIntMinMaxAggregationOperator.cs
- LogWriteRestartAreaState.cs
- CacheModeValueSerializer.cs
- SchemaImporter.cs
- ListBoxChrome.cs
- GB18030Encoding.cs
- PagedDataSource.cs
- RequestBringIntoViewEventArgs.cs
- TypeUsageBuilder.cs
- EventManager.cs
- UserControlParser.cs
- FormatVersion.cs
- EncryptedReference.cs
- CodeGeneratorOptions.cs