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
- CompoundFileReference.cs
- FontStyles.cs
- MarkupCompilePass2.cs
- GridEntryCollection.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- DynamicMetaObject.cs
- AssociatedControlConverter.cs
- MemoryStream.cs
- TextEditorThreadLocalStore.cs
- FormsAuthenticationTicket.cs
- PackageDocument.cs
- TemplatedWizardStep.cs
- ComplexPropertyEntry.cs
- IPGlobalProperties.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- SingleKeyFrameCollection.cs
- FixedSOMElement.cs
- ComboBox.cs
- ControlPropertyNameConverter.cs
- FamilyCollection.cs
- SafeUserTokenHandle.cs
- RegexMatchCollection.cs
- CultureTable.cs
- XmlElementList.cs
- CssClassPropertyAttribute.cs
- BitmapEffectGroup.cs
- DataView.cs
- QilPatternVisitor.cs
- BlobPersonalizationState.cs
- DesignBindingConverter.cs
- SystemWebExtensionsSectionGroup.cs
- HtmlToClrEventProxy.cs
- MessageEventSubscriptionService.cs
- DiscoveryRequestHandler.cs
- CheckBox.cs
- DataBoundControlHelper.cs
- SslStream.cs
- CatalogPartCollection.cs
- DefaultExpression.cs
- FreezableCollection.cs
- EventPropertyMap.cs
- WizardStepBase.cs
- GrammarBuilderBase.cs
- QuaternionAnimationBase.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- VectorCollectionConverter.cs
- FontStyleConverter.cs
- SurrogateSelector.cs
- ZipPackage.cs
- PieceDirectory.cs
- ExceptionUtility.cs
- ExtenderProvidedPropertyAttribute.cs
- ProgressChangedEventArgs.cs
- DesignerAdapterUtil.cs
- XPathSingletonIterator.cs
- ellipse.cs
- TextElement.cs
- ProfileWorkflowElement.cs
- WhitespaceRuleLookup.cs
- IntSecurity.cs
- MultiTrigger.cs
- ClientSettingsSection.cs
- NetWebProxyFinder.cs
- Int64Storage.cs
- XamlStream.cs
- ByteAnimationUsingKeyFrames.cs
- ZipIOBlockManager.cs
- PageClientProxyGenerator.cs
- LabelAutomationPeer.cs
- SelectQueryOperator.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- InlineUIContainer.cs
- RoleService.cs
- ControlIdConverter.cs
- TextElement.cs
- COM2ColorConverter.cs
- Part.cs
- TextBox.cs
- DecoderFallback.cs
- SqlNode.cs
- FontDialog.cs
- ProfileService.cs
- ErrorStyle.cs
- ReadOnlyPropertyMetadata.cs
- TaiwanLunisolarCalendar.cs
- TextBlockAutomationPeer.cs
- Select.cs
- AsymmetricSignatureFormatter.cs
- EntryIndex.cs
- PersistChildrenAttribute.cs
- TextBoxBase.cs
- HashCodeCombiner.cs
- DoubleLinkListEnumerator.cs
- ValueConversionAttribute.cs
- Schema.cs
- StatusBarItemAutomationPeer.cs
- ClusterRegistryConfigurationProvider.cs
- InternalBufferManager.cs
- Condition.cs
- NominalTypeEliminator.cs