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