Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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.
//
//-----------------------------------------------------------------------------
/*
* 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SynchronizedInputPattern.cs
- ClientConfigPaths.cs
- HttpDebugHandler.cs
- GridErrorDlg.cs
- DataGridGeneralPage.cs
- Int32.cs
- TransformGroup.cs
- CompModHelpers.cs
- ListenerUnsafeNativeMethods.cs
- ConfigXmlText.cs
- XmlAnyElementAttributes.cs
- ClaimTypeRequirement.cs
- GridToolTip.cs
- BamlTreeMap.cs
- HiddenFieldPageStatePersister.cs
- ProvidersHelper.cs
- _DigestClient.cs
- XmlElementList.cs
- RNGCryptoServiceProvider.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- MergeFailedEvent.cs
- UpdateRecord.cs
- DeploymentExceptionMapper.cs
- EventSinkHelperWriter.cs
- UserPreferenceChangingEventArgs.cs
- MemberHolder.cs
- HtmlTableCell.cs
- WorkflowTransactionOptions.cs
- LambdaCompiler.ControlFlow.cs
- CryptoConfig.cs
- FormatConvertedBitmap.cs
- DbConnectionStringCommon.cs
- MSHTMLHost.cs
- LocalIdCollection.cs
- DbConnectionStringCommon.cs
- DataRelationPropertyDescriptor.cs
- FixedDocumentPaginator.cs
- XslVisitor.cs
- HandlerMappingMemo.cs
- PropertyManager.cs
- TextRangeSerialization.cs
- WebPartHelpVerb.cs
- SystemIPGlobalProperties.cs
- AccessViolationException.cs
- UnmanagedBitmapWrapper.cs
- ConstraintCollection.cs
- TextDocumentView.cs
- Transform3D.cs
- Convert.cs
- UnsafeNativeMethods.cs
- HebrewCalendar.cs
- DbConnectionPoolIdentity.cs
- FixedStringLookup.cs
- XamlStackWriter.cs
- ClickablePoint.cs
- Serializer.cs
- XmlWrappingReader.cs
- FacetDescriptionElement.cs
- MemberAccessException.cs
- KeyManager.cs
- ThreadStartException.cs
- PropertyManager.cs
- BufferBuilder.cs
- SystemPens.cs
- OleStrCAMarshaler.cs
- GlyphingCache.cs
- SqlCacheDependencyDatabaseCollection.cs
- PerformanceCounterManager.cs
- SafeNativeMethods.cs
- DropDownHolder.cs
- Geometry.cs
- AppDomainUnloadedException.cs
- CodeBlockBuilder.cs
- DataListAutoFormat.cs
- ADMembershipUser.cs
- AttributeSetAction.cs
- DataGridViewTopRowAccessibleObject.cs
- ImageConverter.cs
- SecurityMode.cs
- Point3DValueSerializer.cs
- SqlGenericUtil.cs
- KnowledgeBase.cs
- ParserHooks.cs
- IndicCharClassifier.cs
- ProfessionalColorTable.cs
- ExpressionBindingCollection.cs
- NullableBoolConverter.cs
- RoutedEventConverter.cs
- XmlNodeList.cs
- BufferBuilder.cs
- MultiAsyncResult.cs
- cookieexception.cs
- ArrayExtension.cs
- EncryptedPackage.cs
- InlineUIContainer.cs
- BigInt.cs
- RayHitTestParameters.cs
- EnvelopeVersion.cs
- MachineSettingsSection.cs
- XPathChildIterator.cs