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
FtpMethodInfo.cs
Go to the documentation of this file.
1using System;
3using System.IO;
6
7namespace System.Net
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000150")]
10 internal class FtpMethodInfo
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000840")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1EF21EC", Offset = "0x1EF21EC", Length = "0x44")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
16 internal FtpMethodInfo(string method, FtpOperation operation, FtpMethodFlags flags, string httpCommand)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x6000841")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1EF2230", Offset = "0x1EF2230", Length = "0x10")]
23 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpControlStream), Member = "BuildCommandsList", MemberParameters = new object[] { typeof(WebRequest) }, ReturnType = typeof(CommandStream.PipelineEntry[]))]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
26 internal bool HasFlag(FtpMethodFlags flags)
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x170001B7")]
32 internal bool IsCommandOnly
33 {
34 [global::Cpp2ILInjected.Token(Token = "0x6000842")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1EF2240", Offset = "0x1EF2240", Length = "0x10")]
36 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpControlStream), Member = "BuildCommandsList", MemberParameters = new object[] { typeof(WebRequest) }, ReturnType = typeof(CommandStream.PipelineEntry[]))]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
39 get
40 {
41 throw null;
42 }
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x170001B8")]
46 internal bool IsUpload
47 {
48 [global::Cpp2ILInjected.Token(Token = "0x6000843")]
49 [global::Cpp2ILInjected.Address(RVA = "0x1EF2250", Offset = "0x1EF2250", Length = "0xC")]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpControlStream), Member = "IsFtpDataStreamWriteable", ReturnType = typeof(TriState))]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
52 get
53 {
54 throw null;
55 }
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x170001B9")]
59 internal bool IsDownload
60 {
61 [global::Cpp2ILInjected.Token(Token = "0x6000844")]
62 [global::Cpp2ILInjected.Address(RVA = "0x1EF225C", Offset = "0x1EF225C", Length = "0xC")]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpControlStream), Member = "IsFtpDataStreamWriteable", ReturnType = typeof(TriState))]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
65 get
66 {
67 throw null;
68 }
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x170001BA")]
73 {
74 [global::Cpp2ILInjected.Token(Token = "0x6000845")]
75 [global::Cpp2ILInjected.Address(RVA = "0x1EF2268", Offset = "0x1EF2268", Length = "0xC")]
76 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpControlStream), Member = "PipelineCallback", MemberParameters = new object[]
77 {
80 typeof(bool),
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
84 get
85 {
86 throw null;
87 }
88 }
89
90 [global::Cpp2ILInjected.Token(Token = "0x6000846")]
91 [global::Cpp2ILInjected.Address(RVA = "0x1EF2274", Offset = "0x1EF2274", Length = "0x144")]
92 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
93 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "set_Method", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
94 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = ".ctor", MemberParameters = new object[] { typeof(Uri) }, ReturnType = typeof(void))]
95 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
96 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
97 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "ToUpper", MemberParameters = new object[] { typeof(CultureInfo) }, ReturnType = typeof(string))]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
99 {
100 typeof(string),
101 typeof(string)
102 }, ReturnType = typeof(bool))]
103 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[]
104 {
105 typeof(string),
106 typeof(string)
107 }, ReturnType = typeof(void))]
108 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
109 internal static FtpMethodInfo GetMethodInfo(string method)
110 {
111 throw null;
112 }
113
114 // Note: this type is marked as 'beforefieldinit'.
115 [global::Cpp2ILInjected.Token(Token = "0x6000847")]
116 [global::Cpp2ILInjected.Address(RVA = "0x1EF23B8", Offset = "0x1EF23B8", Length = "0x558")]
117 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
118 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
119 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 45)]
121 {
122 throw null;
123 }
124
125 [global::Cpp2ILInjected.Token(Token = "0x40006B8")]
126 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
127 internal string Method;
128
129 [global::Cpp2ILInjected.Token(Token = "0x40006B9")]
130 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
132
133 [global::Cpp2ILInjected.Token(Token = "0x40006BA")]
134 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
136
137 [global::Cpp2ILInjected.Token(Token = "0x40006BB")]
138 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
139 internal string HttpCommand;
140
141 [global::Cpp2ILInjected.Token(Token = "0x40006BC")]
143 }
144}
class f__AnonymousType0<< Count > j__TPar
static readonly FtpMethodInfo[] s_knownMethodInfo
bool HasFlag(FtpMethodFlags flags)
static FtpMethodInfo GetMethodInfo(string method)
FtpMethodInfo(string method, FtpOperation operation, FtpMethodFlags flags, string httpCommand)