|
Terraria v1.4.4.9
Terraria source code documentation
|
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] |
| bool | IsUpload [get] |
| bool | IsDownload [get] |
| bool | ShouldParseForResponseUri [get] |
Static Private Attributes | |
| static readonly FtpMethodInfo[] | s_knownMethodInfo |
Definition at line 3 of file FtpMethodInfo.cs.