terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Net.WebUtility Class Reference

Classes

class  HtmlEntities
 
class  UrlDecoder
 

Static Public Member Functions

static string HtmlEncode (string value)
 
static void HtmlEncode (string value, TextWriter output)
 
static string HtmlDecode (string value)
 
static void HtmlDecode (string value, TextWriter output)
 
static string UrlEncode (string value)
 
static byte[] UrlEncodeToBytes (byte[] value, int offset, int count)
 
static string UrlDecode (string encodedValue)
 
static byte[] UrlDecodeToBytes (byte[] encodedValue, int offset, int count)
 

Properties

static global::System.Net.Configuration.UnicodeDecodingConformance HtmlDecodeConformance [get]
 
static global::System.Net.Configuration.UnicodeEncodingConformance HtmlEncodeConformance [get]
 

Static Private Member Functions

static int IndexOfHtmlEncodingChars (string s, int startPos)
 
static byte[] UrlEncode (byte[] bytes, int offset, int count, bool alwaysCreateNewReturnValue)
 
static byte[] UrlEncode (byte[] bytes, int offset, int count)
 
static string UrlDecodeInternal (string value, Encoding encoding)
 
static byte[] UrlDecodeInternal (byte[] bytes, int offset, int count)
 
static void ConvertSmpToUtf16 (uint smpChar, [Out] char leadingSurrogate, [Out] char trailingSurrogate)
 
static unsafe int GetNextUnicodeScalarValueFromUtf16Surrogate (char *pch, int charsRemaining)
 
static int HexToInt (char h)
 
static char IntToHex (int n)
 
static bool IsUrlSafeChar (char ch)
 
static bool ValidateUrlEncodingParameters (byte[] bytes, int offset, int count)
 
static bool StringRequiresHtmlDecoding (string s)
 
static WebUtility ()
 

Static Private Attributes

const char HIGH_SURROGATE_START = '\ud800'
 
const char LOW_SURROGATE_START = '\udc00'
 
const char LOW_SURROGATE_END = '\udfff'
 
const int UNICODE_PLANE00_END = 65535
 
const int UNICODE_PLANE01_START = 65536
 
const int UNICODE_PLANE16_END = 1114111
 
const int UnicodeReplacementChar = 65533
 
static readonly char[] _htmlEntityEndingChars
 
static global::System.Net.Configuration.UnicodeDecodingConformance _htmlDecodeConformance
 
static global::System.Net.Configuration.UnicodeEncodingConformance _htmlEncodeConformance
 

Detailed Description

Definition at line 13 of file WebUtility.cs.


The documentation for this class was generated from the following file: