Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / Configuration / HandlerMappingMemo.cs / 1 / HandlerMappingMemo.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * Config related classes for HttpApplication */ namespace System.Web.Configuration { using System; using System.Text; using System.Globalization; internal class HandlerMappingMemo { internal HandlerMappingMemo(HttpHandlerAction mapping, String verb, VirtualPath path) { _mapping = mapping; _verb = verb; _path = path; } private HttpHandlerAction _mapping; private String _verb; private VirtualPath _path; internal /*public*/ bool IsMatch(String verb, VirtualPath path) { return _verb.Equals(verb) && _path.Equals(path); } internal /*public*/ HttpHandlerAction Mapping { get { return _mapping; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * Config related classes for HttpApplication */ namespace System.Web.Configuration { using System; using System.Text; using System.Globalization; internal class HandlerMappingMemo { internal HandlerMappingMemo(HttpHandlerAction mapping, String verb, VirtualPath path) { _mapping = mapping; _verb = verb; _path = path; } private HttpHandlerAction _mapping; private String _verb; private VirtualPath _path; internal /*public*/ bool IsMatch(String verb, VirtualPath path) { return _verb.Equals(verb) && _path.Equals(path); } internal /*public*/ HttpHandlerAction Mapping { get { return _mapping; } } } } // 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
- DataGridViewRowEventArgs.cs
- PeerApplicationLaunchInfo.cs
- XmlSecureResolver.cs
- MeshGeometry3D.cs
- ILGenerator.cs
- FixedSOMLineCollection.cs
- ControlBuilder.cs
- QueryOperationResponseOfT.cs
- IssuedTokenClientCredential.cs
- BitmapEffectDrawing.cs
- OrderedDictionary.cs
- FlowDocumentScrollViewer.cs
- EdgeModeValidation.cs
- SrgsElement.cs
- LineUtil.cs
- MachineKeySection.cs
- _ListenerAsyncResult.cs
- GridEntryCollection.cs
- ScalarConstant.cs
- ReliableReplySessionChannel.cs
- ByteStream.cs
- GridViewRowEventArgs.cs
- MatrixStack.cs
- EventOpcode.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- IndexedGlyphRun.cs
- EncodingDataItem.cs
- PeerName.cs
- XPathDocumentNavigator.cs
- CodeTypeConstructor.cs
- TextContainer.cs
- SoapProtocolReflector.cs
- EdmType.cs
- LinqToSqlWrapper.cs
- NonNullItemCollection.cs
- CommonDialog.cs
- TemplatedAdorner.cs
- XmlElementAttributes.cs
- SchemaType.cs
- XPathQueryGenerator.cs
- FixedSOMLineCollection.cs
- FindCriteria.cs
- SelectManyQueryOperator.cs
- InvokeHandlers.cs
- PtsCache.cs
- OneToOneMappingSerializer.cs
- SystemUnicastIPAddressInformation.cs
- ManipulationPivot.cs
- ACE.cs
- PenLineCapValidation.cs
- HeaderedItemsControl.cs
- SafeLocalMemHandle.cs
- UnknownWrapper.cs
- DataTableNewRowEvent.cs
- Typography.cs
- EntityContainer.cs
- DataGridViewSelectedCellCollection.cs
- XmlNodeReader.cs
- ILGenerator.cs
- PieceDirectory.cs
- EarlyBoundInfo.cs
- ProjectedWrapper.cs
- EventLogPropertySelector.cs
- DataColumnCollection.cs
- ImportContext.cs
- RegisterInfo.cs
- InstancePersistenceCommand.cs
- DataControlImageButton.cs
- DesignerRegionCollection.cs
- DesignerAttributeInfo.cs
- NullableIntAverageAggregationOperator.cs
- TiffBitmapDecoder.cs
- FacetDescription.cs
- DesignerInterfaces.cs
- SelectedDatesCollection.cs
- DateTimePicker.cs
- Int64Converter.cs
- XmlEntityReference.cs
- DependencyObjectType.cs
- HtmlForm.cs
- FormViewPagerRow.cs
- JsonWriter.cs
- HttpResponseInternalWrapper.cs
- DataGridViewLinkCell.cs
- HtmlInputImage.cs
- MetadataArtifactLoaderCompositeResource.cs
- ParameterBuilder.cs
- BamlWriter.cs
- StateBag.cs
- Soap.cs
- DataGridViewImageCell.cs
- PrimitiveType.cs
- AxWrapperGen.cs
- dataprotectionpermission.cs
- PolyBezierSegment.cs
- CompiledQueryCacheKey.cs
- XmlAnyAttributeAttribute.cs
- LinkConverter.cs
- Package.cs
- ClientUrlResolverWrapper.cs