Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Configuration / HandlerMappingMemo.cs / 1305376 / 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
- DomainUpDown.cs
- RegisteredArrayDeclaration.cs
- AssemblyResourceLoader.cs
- Merger.cs
- SponsorHelper.cs
- CodeBlockBuilder.cs
- Propagator.Evaluator.cs
- LinqDataSourceContextEventArgs.cs
- Stack.cs
- DesignerTransactionCloseEvent.cs
- RepeaterItemCollection.cs
- SamlConditions.cs
- IgnoreDataMemberAttribute.cs
- UIElementCollection.cs
- IgnoreDeviceFilterElementCollection.cs
- ErrorWrapper.cs
- Decimal.cs
- SmiMetaDataProperty.cs
- PrintSchema.cs
- Events.cs
- RootNamespaceAttribute.cs
- FilterElement.cs
- TraceUtils.cs
- PeerUnsafeNativeMethods.cs
- SHA384.cs
- XmlSchemaAnyAttribute.cs
- SQLStringStorage.cs
- XmlNotation.cs
- InvalidContentTypeException.cs
- OSFeature.cs
- PathFigureCollectionConverter.cs
- _TimerThread.cs
- StandardCommands.cs
- RealizationContext.cs
- DtrList.cs
- ToolboxItemFilterAttribute.cs
- SynchronizationLockException.cs
- ValidationErrorCollection.cs
- FolderLevelBuildProvider.cs
- DbConnectionOptions.cs
- LogFlushAsyncResult.cs
- UserControl.cs
- PageAsyncTask.cs
- DataControlImageButton.cs
- OSFeature.cs
- EqualityArray.cs
- XmlSchemaSequence.cs
- BufferedStream.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- ServiceInfo.cs
- Single.cs
- Line.cs
- PaginationProgressEventArgs.cs
- Utils.cs
- PictureBoxDesigner.cs
- NumericUpDownAcceleration.cs
- SelectorItemAutomationPeer.cs
- DrawItemEvent.cs
- PrivilegedConfigurationManager.cs
- ConnectionsZone.cs
- BamlMapTable.cs
- List.cs
- UnsafeNativeMethods.cs
- _ScatterGatherBuffers.cs
- EventPrivateKey.cs
- PackageStore.cs
- TableItemPattern.cs
- ArraySet.cs
- DataChangedEventManager.cs
- PersonalizablePropertyEntry.cs
- StatusBar.cs
- LambdaCompiler.Unary.cs
- RuleRef.cs
- BindMarkupExtensionSerializer.cs
- MDIControlStrip.cs
- KoreanLunisolarCalendar.cs
- WebPartMenuStyle.cs
- RelatedView.cs
- LinkDesigner.cs
- Parsers.cs
- FragmentQuery.cs
- HttpListenerContext.cs
- InputBindingCollection.cs
- XhtmlBasicCommandAdapter.cs
- DataGridViewTopLeftHeaderCell.cs
- XomlCompilerHelpers.cs
- WebReferencesBuildProvider.cs
- NegotiateStream.cs
- UserControl.cs
- ValuePatternIdentifiers.cs
- GeneralTransform.cs
- TextOutput.cs
- UserPreferenceChangedEventArgs.cs
- ConsumerConnectionPointCollection.cs
- SqlLiftWhereClauses.cs
- RegistrySecurity.cs
- RbTree.cs
- RowToParametersTransformer.cs
- FormatSettings.cs
- wgx_render.cs