Классы | Открытые статические члены

Класс TSLab.Utils.HttpUtils

Полный список членов класса

Классы

class  UrlDecoder

Открытые статические члены

static string UrlDecode (string str)
static string UrlDecode (byte[] bytes, Encoding e)
static string UrlDecode (string str, Encoding e)
static string UrlDecode (byte[] bytes, int offset, int count, Encoding e)
static byte[] UrlDecodeToBytes (byte[] bytes)
static byte[] UrlDecodeToBytes (string str)
static byte[] UrlDecodeToBytes (string str, Encoding e)
static byte[] UrlDecodeToBytes (byte[] bytes, int offset, int count)
static string UrlEncode (byte[] bytes)
static string UrlEncode (string str)
static string UrlEncode (string str, Encoding e)
static string UrlEncode (byte[] bytes, int offset, int count)
static byte[] UrlEncodeToBytes (string str)
static byte[] UrlEncodeToBytes (byte[] bytes)
static byte[] UrlEncodeToBytes (string str, Encoding e)
static byte[] UrlEncodeToBytes (byte[] bytes, int offset, int count)
static string UrlEncodeUnicode (string str)
static byte[] UrlEncodeUnicodeToBytes (string str)
static string UrlPathEncode (string str)