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
|
Package Functions | |
FtpMethodInfo (string method, FtpOperation operation, FtpMethodFlags flags, string httpCommand) | |
bool | HasFlag (FtpMethodFlags flags) |
Static Package Functions | |
static FtpMethodInfo | GetMethodInfo (string method) |
Package Attributes | |
string | Method |
FtpOperation | Operation |
FtpMethodFlags | Flags |
string | HttpCommand |
Properties | |
bool | IsCommandOnly [get, set] |
bool | IsUpload [get, set] |
bool | IsDownload [get, set] |
bool | ShouldParseForResponseUri [get, set] |
Static Private Member Functions | |
static | FtpMethodInfo () |
Static Private Attributes | |
static readonly FtpMethodInfo[] | s_knownMethodInfo |
Definition at line 10 of file FtpMethodInfo.cs.