|
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) |
|
Definition at line 9 of file UriHelper.cs.