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.UriHelper Class Reference

Static Package Functions

static unsafe bool TestForSubPath (char *pMe, ushort meLength, char *pShe, ushort sheLength, bool ignoreCase)
 
static char[] EscapeString (string input, int start, int end, char[] dest, int destPos, bool isUriString, char force1, char force2, char rsvd)
 
static char[] UnescapeString (string input, int start, int end, char[] dest, int destPosition, char rsvd1, char rsvd2, char rsvd3, global::System.UnescapeMode unescapeMode, global::System.UriParser syntax, bool isQuery)
 
static unsafe char[] UnescapeString (char *pStr, int start, int end, char[] dest, int destPosition, char rsvd1, char rsvd2, char rsvd3, global::System.UnescapeMode unescapeMode, global::System.UriParser syntax, bool isQuery)
 
static unsafe void MatchUTF8Sequence (char *pDest, char[] dest, int destOffset, char[] unescapedChars, int charCount, byte[] bytes, int byteCount, bool isQuery, bool iriParsing)
 
static void EscapeAsciiChar (char ch, char[] to, int pos)
 
static char EscapedAscii (char digit, char next)
 
static bool IsNotSafeForUnescape (char ch)
 
static bool IsUnreserved (char c)
 
static bool Is3986Unreserved (char c)
 

Static Private Member Functions

static unsafe char[] EnsureDestinationSize (char *pStr, char[] dest, int currentInputPos, short charsToAdd, short minReallocateChars, int destPos, int prevInputPos)
 
static bool IsReservedUnreservedOrHash (char c)
 
static UriHelper ()
 

Static Private Attributes

static readonly char[] HexUpperChars
 

Detailed Description

Definition at line 9 of file UriHelper.cs.


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