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
|
Public Member Functions | |
bool | Equals (KnownHttpVerb verb) |
Static Public Member Functions | |
static KnownHttpVerb | Parse (string name) |
Package Functions | |
KnownHttpVerb (string name, bool requireContentBody, bool contentBodyNotAllowed, bool connectRequest, bool expectNoContentResponse) | |
Package Attributes | |
string | Name |
bool | RequireContentBody |
bool | ContentBodyNotAllowed |
bool | ConnectRequest |
bool | ExpectNoContentResponse |
Static Package Attributes | |
static KnownHttpVerb | Get |
static KnownHttpVerb | Connect |
static KnownHttpVerb | Head |
static KnownHttpVerb | Put |
static KnownHttpVerb | Post |
static KnownHttpVerb | MkCol |
Static Private Member Functions | |
static | KnownHttpVerb () |
Static Private Attributes | |
static ListDictionary | NamedHeaders |
Definition at line 10 of file KnownHttpVerb.cs.