2 references to UnmatchedPathSegment
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\ServiceRoute.cs (2)
48
routePrefix = string.Format(CultureInfo.CurrentCulture, "{0}{1}", routePrefix,
UnmatchedPathSegment
);
52
routePrefix = string.Format(CultureInfo.CurrentCulture, "{0}/{1}", routePrefix,
UnmatchedPathSegment
);