|
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.DigestHeaderParser:Public Member Functions | |
| DigestHeaderParser (string header) | |
| bool | Parse () |
Properties | |
| string | Realm [get, set] |
| string | Opaque [get, set] |
| string | Nonce [get, set] |
| string | Algorithm [get, set] |
| string | QOP [get, set] |
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 8 of file DigestHeaderParser.cs.