|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for System.Net.CookieTokenizer:Classes | |
| struct | RecognizedAttribute |
Package Functions | |
| CookieTokenizer (string tokenStream) | |
| string | Extract () |
| CookieToken | FindNext (bool ignoreComma, bool ignoreEquals) |
| CookieToken | Next (bool first, bool parseResponseCookies) |
| void | Reset () |
| CookieToken | TokenFromName (bool parseResponseCookies) |
Properties | |
| bool | EndOfCookie [get, set] |
| bool | Eof [get, set] |
| string | Name [get, set] |
| bool | Quoted [get, set] |
| CookieToken | Token [get, set] |
| string | Value [get, set] |
Static Private Member Functions | |
| static | CookieTokenizer () |
Private Attributes | |
| bool | m_eofCookie |
| int | m_index |
| int | m_length |
| string | m_name |
| bool | m_quoted |
| int | m_start |
| CookieToken | m_token |
| int | m_tokenLength |
| string | m_tokenStream |
| string | m_value |
Static Private Attributes | |
| static CookieTokenizer.RecognizedAttribute[] | RecognizedAttributes |
| static CookieTokenizer.RecognizedAttribute[] | RecognizedServerAttributes |
Definition at line 8 of file CookieTokenizer.cs.