terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
DigestHeaderParser (string header) | |
bool | Parse () |
Properties | |
string | Realm [get] |
string | Opaque [get] |
string | Nonce [get] |
string | Algorithm [get] |
string | QOP [get] |
Private Member Functions | |
void | SkipWhitespace () |
string | GetKey () |
bool | GetKeywordAndValue ([Out] string key, [Out] string value) |
Static Private Member Functions | |
static | DigestHeaderParser () |
Private Attributes | |
string | header |
int | length |
int | pos |
string[] | values |
Static Private Attributes | |
static string[] | keywords |
Definition at line 7 of file DigestHeaderParser.cs.