Class RestInvoker.HttpUtility
Http utility.
public static class RestInvoker.HttpUtility
- Inheritance
-
RestInvoker.HttpUtility
- Inherited Members
Methods
UrlEncode(string?)
Encode a URL.
public static string? UrlEncode(string? str)
Parameters
str
stringThe url.
Returns
- string
The encoded url.