terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
FtpStatusCode.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Net
4
{
5
// Token: 0x0200018F RID: 399
6
public
enum
FtpStatusCode
7
{
8
// Token: 0x040007CD RID: 1997
9
Undefined
,
10
// Token: 0x040007CE RID: 1998
11
RestartMarker
= 110,
12
// Token: 0x040007CF RID: 1999
13
ServiceTemporarilyNotAvailable
= 120,
14
// Token: 0x040007D0 RID: 2000
15
DataAlreadyOpen
= 125,
16
// Token: 0x040007D1 RID: 2001
17
OpeningData
= 150,
18
// Token: 0x040007D2 RID: 2002
19
CommandOK
= 200,
20
// Token: 0x040007D3 RID: 2003
21
CommandExtraneous
= 202,
22
// Token: 0x040007D4 RID: 2004
23
DirectoryStatus
= 212,
24
// Token: 0x040007D5 RID: 2005
25
FileStatus
,
26
// Token: 0x040007D6 RID: 2006
27
SystemType
= 215,
28
// Token: 0x040007D7 RID: 2007
29
SendUserCommand
= 220,
30
// Token: 0x040007D8 RID: 2008
31
ClosingControl
,
32
// Token: 0x040007D9 RID: 2009
33
ClosingData
= 226,
34
// Token: 0x040007DA RID: 2010
35
EnteringPassive
,
36
// Token: 0x040007DB RID: 2011
37
LoggedInProceed
= 230,
38
// Token: 0x040007DC RID: 2012
39
ServerWantsSecureSession
= 234,
40
// Token: 0x040007DD RID: 2013
41
FileActionOK
= 250,
42
// Token: 0x040007DE RID: 2014
43
PathnameCreated
= 257,
44
// Token: 0x040007DF RID: 2015
45
SendPasswordCommand
= 331,
46
// Token: 0x040007E0 RID: 2016
47
NeedLoginAccount
,
48
// Token: 0x040007E1 RID: 2017
49
FileCommandPending
= 350,
50
// Token: 0x040007E2 RID: 2018
51
ServiceNotAvailable
= 421,
52
// Token: 0x040007E3 RID: 2019
53
CantOpenData
= 425,
54
// Token: 0x040007E4 RID: 2020
55
ConnectionClosed
,
56
// Token: 0x040007E5 RID: 2021
57
ActionNotTakenFileUnavailableOrBusy
= 450,
58
// Token: 0x040007E6 RID: 2022
59
ActionAbortedLocalProcessingError
,
60
// Token: 0x040007E7 RID: 2023
61
ActionNotTakenInsufficientSpace
,
62
// Token: 0x040007E8 RID: 2024
63
CommandSyntaxError
= 500,
64
// Token: 0x040007E9 RID: 2025
65
ArgumentSyntaxError
,
66
// Token: 0x040007EA RID: 2026
67
CommandNotImplemented
,
68
// Token: 0x040007EB RID: 2027
69
BadCommandSequence
,
70
// Token: 0x040007EC RID: 2028
71
NotLoggedIn
= 530,
72
// Token: 0x040007ED RID: 2029
73
AccountNeeded
= 532,
74
// Token: 0x040007EE RID: 2030
75
ActionNotTakenFileUnavailable
= 550,
76
// Token: 0x040007EF RID: 2031
77
ActionAbortedUnknownPageType
,
78
// Token: 0x040007F0 RID: 2032
79
FileActionAborted
,
80
// Token: 0x040007F1 RID: 2033
81
ActionNotTakenFilenameNotAllowed
82
}
83
}
System.Net.FtpStatusCode
FtpStatusCode
Definition
FtpStatusCode.cs:7
System.Net.FtpStatusCode.CommandSyntaxError
@ CommandSyntaxError
System.Net.FtpStatusCode.ActionAbortedLocalProcessingError
@ ActionAbortedLocalProcessingError
System.Net.FtpStatusCode.CommandNotImplemented
@ CommandNotImplemented
System.Net.FtpStatusCode.FileStatus
@ FileStatus
System.Net.FtpStatusCode.EnteringPassive
@ EnteringPassive
System.Net.FtpStatusCode.ServiceNotAvailable
@ ServiceNotAvailable
System.Net.FtpStatusCode.DataAlreadyOpen
@ DataAlreadyOpen
System.Net.FtpStatusCode.ActionNotTakenFileUnavailable
@ ActionNotTakenFileUnavailable
System.Net.FtpStatusCode.ConnectionClosed
@ ConnectionClosed
System.Net.FtpStatusCode.RestartMarker
@ RestartMarker
System.Net.FtpStatusCode.ClosingControl
@ ClosingControl
System.Net.FtpStatusCode.SystemType
@ SystemType
System.Net.FtpStatusCode.ServerWantsSecureSession
@ ServerWantsSecureSession
System.Net.FtpStatusCode.DirectoryStatus
@ DirectoryStatus
System.Net.FtpStatusCode.PathnameCreated
@ PathnameCreated
System.Net.FtpStatusCode.ActionNotTakenFileUnavailableOrBusy
@ ActionNotTakenFileUnavailableOrBusy
System.Net.FtpStatusCode.ArgumentSyntaxError
@ ArgumentSyntaxError
System.Net.FtpStatusCode.ActionNotTakenInsufficientSpace
@ ActionNotTakenInsufficientSpace
System.Net.FtpStatusCode.CantOpenData
@ CantOpenData
System.Net.FtpStatusCode.ClosingData
@ ClosingData
System.Net.FtpStatusCode.NeedLoginAccount
@ NeedLoginAccount
System.Net.FtpStatusCode.ActionNotTakenFilenameNotAllowed
@ ActionNotTakenFilenameNotAllowed
System.Net.FtpStatusCode.CommandOK
@ CommandOK
System.Net.FtpStatusCode.CommandExtraneous
@ CommandExtraneous
System.Net.FtpStatusCode.BadCommandSequence
@ BadCommandSequence
System.Net.FtpStatusCode.SendUserCommand
@ SendUserCommand
System.Net.FtpStatusCode.FileActionAborted
@ FileActionAborted
System.Net.FtpStatusCode.LoggedInProceed
@ LoggedInProceed
System.Net.FtpStatusCode.FileActionOK
@ FileActionOK
System.Net.FtpStatusCode.ServiceTemporarilyNotAvailable
@ ServiceTemporarilyNotAvailable
System.Net.FtpStatusCode.ActionAbortedUnknownPageType
@ ActionAbortedUnknownPageType
System.Net.FtpStatusCode.OpeningData
@ OpeningData
System.Net.FtpStatusCode.AccountNeeded
@ AccountNeeded
System.Net.FtpStatusCode.SendPasswordCommand
@ SendPasswordCommand
System.Net.FtpStatusCode.Undefined
@ Undefined
System.Net.FtpStatusCode.FileCommandPending
@ FileCommandPending
System.Net.FtpLoginState.NotLoggedIn
@ NotLoggedIn
System.Net
Definition
AuthenticationManager.cs:7
System
Definition
__ComObject.cs:4
source
System
Net
FtpStatusCode.cs
Generated by
1.10.0