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
Loading...
Searching...
No Matches
FtpStatusCode.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Net
 

Enumerations

enum  System.Net.FtpStatusCode {
  System.Net.Undefined , System.Net.RestartMarker = 110 , System.Net.ServiceTemporarilyNotAvailable = 120 , System.Net.DataAlreadyOpen = 125 ,
  System.Net.OpeningData = 150 , System.Net.CommandOK = 200 , System.Net.CommandExtraneous = 202 , System.Net.DirectoryStatus = 212 ,
  System.Net.FileStatus , System.Net.SystemType = 215 , System.Net.SendUserCommand = 220 , System.Net.ClosingControl ,
  System.Net.ClosingData = 226 , System.Net.EnteringPassive , System.Net.LoggedInProceed = 230 , System.Net.ServerWantsSecureSession = 234 ,
  System.Net.FileActionOK = 250 , System.Net.PathnameCreated = 257 , System.Net.SendPasswordCommand = 331 , System.Net.NeedLoginAccount ,
  System.Net.FileCommandPending = 350 , System.Net.ServiceNotAvailable = 421 , System.Net.CantOpenData = 425 , System.Net.ConnectionClosed ,
  System.Net.ActionNotTakenFileUnavailableOrBusy = 450 , System.Net.ActionAbortedLocalProcessingError , System.Net.ActionNotTakenInsufficientSpace , System.Net.CommandSyntaxError = 500 ,
  System.Net.ArgumentSyntaxError , System.Net.CommandNotImplemented , System.Net.BadCommandSequence , System.Net.NotLoggedIn = 530 ,
  System.Net.AccountNeeded = 532 , System.Net.ActionNotTakenFileUnavailable = 550 , System.Net.ActionAbortedUnknownPageType , System.Net.FileActionAborted ,
  System.Net.ActionNotTakenFilenameNotAllowed
}