3 references to UrlPathEncode
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1161
action = string.Format(CultureInfo.InvariantCulture, "\"{0}\"", UrlUtility.
UrlPathEncode
(action));
System\ServiceModel\Channels\MessageContent.cs (1)
49
action = string.Format(CultureInfo.InvariantCulture, "\"{0}\"", UrlUtility.
UrlPathEncode
(action));
System.ServiceModel.Primitives (1)
Internals\System\Runtime\UrlUtility.cs (1)
76
return
UrlPathEncode
(str.Substring(0, i)) + str.Substring(i);