Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / System.ServiceModel.Activation / System / ServiceModel / Activation / ServiceRoute.cs / 1305376 / ServiceRoute.cs
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------
namespace System.ServiceModel.Activation
{
using System;
using System.Globalization;
using System.Web.Routing;
public class ServiceRoute : Route
{
internal const string LeftCurlyBracket = "{";
internal const string RightCurlyBracket = "}";
internal const string UnmatchedPathSegment = "{*pathInfo}";
internal const char PathSeperator = '/';
public ServiceRoute(string routePrefix, ServiceHostFactoryBase serviceHostFactory, Type serviceType)
: base(CheckAndCreateRouteString(routePrefix), new ServiceRouteHandler(routePrefix, serviceHostFactory, serviceType))
{
if (TD.AspNetRouteIsEnabled())
{
TD.AspNetRoute(routePrefix, serviceType.AssemblyQualifiedName, serviceHostFactory.GetType().AssemblyQualifiedName);
}
}
static string CheckAndCreateRouteString(string routePrefix)
{
// aspnet routing integration is supported only under aspnet compat mode
ServiceHostingEnvironment.EnsureInitialized();
if (!ServiceHostingEnvironment.AspNetCompatibilityEnabled)
{
throw FxTrace.Exception.AsError(new InvalidOperationException(SR.Hosting_RouteServiceRequiresCompatibilityMode));
}
// we support emptystring as routeprfix as aspnet allows it
if (routePrefix == null)
{
throw FxTrace.Exception.ArgumentNull("routePrefix");
}
else if (routePrefix.Contains(LeftCurlyBracket) || routePrefix.Contains(RightCurlyBracket))
{
throw FxTrace.Exception.Argument("routePrefix", SR.Hosting_CurlyBracketFoundInRoutePrefix("{", "}"));
}
if(routePrefix.EndsWith(PathSeperator.ToString(), StringComparison.CurrentCultureIgnoreCase)
|| routePrefix.Equals(String.Empty, StringComparison.CurrentCultureIgnoreCase))
{
routePrefix = string.Format(CultureInfo.CurrentCulture, "{0}{1}", routePrefix, UnmatchedPathSegment);
}
else
{
routePrefix = string.Format(CultureInfo.CurrentCulture, "{0}/{1}", routePrefix, UnmatchedPathSegment);
}
return routePrefix;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------
namespace System.ServiceModel.Activation
{
using System;
using System.Globalization;
using System.Web.Routing;
public class ServiceRoute : Route
{
internal const string LeftCurlyBracket = "{";
internal const string RightCurlyBracket = "}";
internal const string UnmatchedPathSegment = "{*pathInfo}";
internal const char PathSeperator = '/';
public ServiceRoute(string routePrefix, ServiceHostFactoryBase serviceHostFactory, Type serviceType)
: base(CheckAndCreateRouteString(routePrefix), new ServiceRouteHandler(routePrefix, serviceHostFactory, serviceType))
{
if (TD.AspNetRouteIsEnabled())
{
TD.AspNetRoute(routePrefix, serviceType.AssemblyQualifiedName, serviceHostFactory.GetType().AssemblyQualifiedName);
}
}
static string CheckAndCreateRouteString(string routePrefix)
{
// aspnet routing integration is supported only under aspnet compat mode
ServiceHostingEnvironment.EnsureInitialized();
if (!ServiceHostingEnvironment.AspNetCompatibilityEnabled)
{
throw FxTrace.Exception.AsError(new InvalidOperationException(SR.Hosting_RouteServiceRequiresCompatibilityMode));
}
// we support emptystring as routeprfix as aspnet allows it
if (routePrefix == null)
{
throw FxTrace.Exception.ArgumentNull("routePrefix");
}
else if (routePrefix.Contains(LeftCurlyBracket) || routePrefix.Contains(RightCurlyBracket))
{
throw FxTrace.Exception.Argument("routePrefix", SR.Hosting_CurlyBracketFoundInRoutePrefix("{", "}"));
}
if(routePrefix.EndsWith(PathSeperator.ToString(), StringComparison.CurrentCultureIgnoreCase)
|| routePrefix.Equals(String.Empty, StringComparison.CurrentCultureIgnoreCase))
{
routePrefix = string.Format(CultureInfo.CurrentCulture, "{0}{1}", routePrefix, UnmatchedPathSegment);
}
else
{
routePrefix = string.Format(CultureInfo.CurrentCulture, "{0}/{1}", routePrefix, UnmatchedPathSegment);
}
return routePrefix;
}
}
}
// 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
- DbProviderServices.cs
- GlyphCache.cs
- MdiWindowListStrip.cs
- ControlPropertyNameConverter.cs
- ImageEditor.cs
- AutoFocusStyle.xaml.cs
- DataGridViewColumnCollection.cs
- DispatchWrapper.cs
- CommandDevice.cs
- Rijndael.cs
- ColorContext.cs
- WizardSideBarListControlItem.cs
- ItemCollection.cs
- FocusChangedEventArgs.cs
- ListViewGroupItemCollection.cs
- DataGridViewCellStateChangedEventArgs.cs
- WinEventTracker.cs
- GACMembershipCondition.cs
- ImageListImage.cs
- DummyDataSource.cs
- securitycriticaldataformultiplegetandset.cs
- FunctionMappingTranslator.cs
- TextSelectionProcessor.cs
- MediaScriptCommandRoutedEventArgs.cs
- QilLiteral.cs
- ThreadStaticAttribute.cs
- figurelength.cs
- SqlUnionizer.cs
- Random.cs
- SetStateEventArgs.cs
- CompiledScopeCriteria.cs
- MessageFault.cs
- DataKeyCollection.cs
- Soap12ServerProtocol.cs
- MembershipValidatePasswordEventArgs.cs
- TreeSet.cs
- PingReply.cs
- CustomActivityDesigner.cs
- SqlCommandSet.cs
- BuildResult.cs
- ConfigurationLockCollection.cs
- ColorBlend.cs
- UriTemplate.cs
- CloseSequenceResponse.cs
- DateTimeConverter.cs
- EntityDataSourceQueryBuilder.cs
- DebuggerAttributes.cs
- LayoutManager.cs
- PassportAuthentication.cs
- RelatedImageListAttribute.cs
- WebWorkflowRole.cs
- CodeBinaryOperatorExpression.cs
- BindingManagerDataErrorEventArgs.cs
- UnmanagedMemoryStreamWrapper.cs
- ListView.cs
- DataGridCellEditEndingEventArgs.cs
- WsdlHelpGeneratorElement.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- TemplateXamlParser.cs
- PartManifestEntry.cs
- TextModifierScope.cs
- TreeNodeBindingCollection.cs
- PropertyMappingExceptionEventArgs.cs
- _NegoState.cs
- LinkTarget.cs
- ListViewInsertEventArgs.cs
- AbstractExpressions.cs
- CodeExpressionCollection.cs
- QilPatternVisitor.cs
- ProcessModelInfo.cs
- CharConverter.cs
- CollectionEditor.cs
- RTTypeWrapper.cs
- XPathPatternParser.cs
- SelectionEditor.cs
- DoubleConverter.cs
- RefExpr.cs
- ManipulationDeltaEventArgs.cs
- fixedPageContentExtractor.cs
- metrodevice.cs
- FormsAuthenticationTicket.cs
- DataTableClearEvent.cs
- IdentitySection.cs
- LinkButton.cs
- ActiveXHelper.cs
- Authorization.cs
- HttpWrapper.cs
- IndexExpression.cs
- WebConfigurationManager.cs
- ColumnResizeUndoUnit.cs
- AdditionalEntityFunctions.cs
- EntityDataSourceEntitySetNameItem.cs
- XPathNodeInfoAtom.cs
- FutureFactory.cs
- BaseValidator.cs
- X509Certificate2.cs
- Rule.cs
- ReflectEventDescriptor.cs
- PriorityChain.cs
- XPathMultyIterator.cs