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
- precedingquery.cs
- TrimSurroundingWhitespaceAttribute.cs
- PersonalizablePropertyEntry.cs
- DefaultParameterValueAttribute.cs
- NamespaceList.cs
- TabletCollection.cs
- InsufficientMemoryException.cs
- MostlySingletonList.cs
- ElapsedEventArgs.cs
- XmlSchemaProviderAttribute.cs
- ChannelDispatcherCollection.cs
- BlurBitmapEffect.cs
- OperatorExpressions.cs
- Pool.cs
- PaintValueEventArgs.cs
- GraphicsState.cs
- XPathMultyIterator.cs
- XmlParser.cs
- KoreanCalendar.cs
- TypefaceMap.cs
- EdmType.cs
- QEncodedStream.cs
- ComboBoxAutomationPeer.cs
- CultureTable.cs
- SecurityDescriptor.cs
- AliasExpr.cs
- SpellerHighlightLayer.cs
- WindowsComboBox.cs
- CryptoStream.cs
- XmlSchemaInfo.cs
- DelayedRegex.cs
- SchemaTableColumn.cs
- SSmlParser.cs
- WorkflowLayouts.cs
- BinaryWriter.cs
- WindowsEditBoxRange.cs
- peersecuritysettings.cs
- IPCCacheManager.cs
- EncoderBestFitFallback.cs
- WrappedKeySecurityToken.cs
- ReadOnlyDictionary.cs
- SqlBuffer.cs
- EmptyElement.cs
- Int64AnimationUsingKeyFrames.cs
- DataTableMappingCollection.cs
- MergeLocalizationDirectives.cs
- TransformerConfigurationWizardBase.cs
- PanelStyle.cs
- WebControl.cs
- ProviderConnectionPointCollection.cs
- UnsafeNativeMethods.cs
- ChildrenQuery.cs
- NamedPermissionSet.cs
- UnsafeNativeMethods.cs
- TargetInvocationException.cs
- SettingsSavedEventArgs.cs
- DependencyObject.cs
- SafeCryptoHandles.cs
- MeshGeometry3D.cs
- SecureStringHasher.cs
- SafeRightsManagementQueryHandle.cs
- XPathSingletonIterator.cs
- WebPartTracker.cs
- RootBrowserWindow.cs
- XhtmlBasicPhoneCallAdapter.cs
- Context.cs
- selecteditemcollection.cs
- TraceSection.cs
- TraceContextEventArgs.cs
- KeyMatchBuilder.cs
- CodeExporter.cs
- DependencySource.cs
- WebBrowserNavigatingEventHandler.cs
- IssuedTokensHeader.cs
- Relationship.cs
- _DigestClient.cs
- XslException.cs
- dbenumerator.cs
- TextFormatter.cs
- GridViewActionList.cs
- ActivityExecutorSurrogate.cs
- StatusBar.cs
- ContractType.cs
- DataGridViewAccessibleObject.cs
- AutomationPropertyInfo.cs
- TabControlEvent.cs
- SqlConnectionManager.cs
- FrameDimension.cs
- PageParser.cs
- PersonalizationProvider.cs
- UnsafeNativeMethods.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- MappingSource.cs
- SettingsPropertyNotFoundException.cs
- DirectoryObjectSecurity.cs
- versioninfo.cs
- UriExt.cs
- WebScriptMetadataMessage.cs
- DES.cs
- TemplateControlBuildProvider.cs