3 references to UrlPathEncode
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\UrlUtility.cs (1)
75return UrlPathEncode(str.Substring(0, i)) + str.Substring(i);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1036action = string.Format(CultureInfo.InvariantCulture, "\"{0}\"", UrlUtility.UrlPathEncode(action));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageContent.cs (1)
49action = string.Format(CultureInfo.InvariantCulture, "\"{0}\"", UrlUtility.UrlPathEncode(action));