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