1 write to basePath
System.ServiceModel (1)
System\UriTemplateTable.cs (1)
450basePath = UriTemplateHelpers.GetUriPath(this.baseAddress);
5 references to basePath
System.ServiceModel (5)
System\UriTemplateTable.cs (5)
457if (uriPath.Length < basePath.Length) 462if (!uriPath.StartsWith(basePath, StringComparison.OrdinalIgnoreCase)) 470if (uriPath.Length > basePath.Length && !basePath.EndsWith("/", StringComparison.Ordinal) && uriPath[basePath.Length] != '/')