4 references to UriSegmenter
System.ServiceModel (4)
System\ServiceModel\Channels\UriPrefixTable.cs (4)
78
string[] paths =
UriSegmenter
.ToPath(uri, key.HostNameComparisonMode, this.includePortInComparison);
136
UriSegmenter
.ToPath(key.BaseAddress, hostNameComparisonMode, this.includePortInComparison), out dummy);
175
string[] path =
UriSegmenter
.ToPath(uri, hostNameComparisonMode, this.includePortInComparison);
217
string[] path =
UriSegmenter
.ToPath(baseUri.BaseAddress, baseUri.HostNameComparisonMode, this.includePortInComparison);