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
NetRes.cs
Go to the documentation of this file.
1using System;
3using System.IO;
6
7namespace System.Net
8{
9 [global::Cpp2ILInjected.Token(Token = "0x20001F4")]
10 internal class NetRes
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000C57")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1F26FE8", Offset = "0x1F26FE8", Length = "0x8")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
16 private NetRes()
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x6000C58")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1F26FF0", Offset = "0x1F26FF0", Length = "0xC0")]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExceptionHelper), Member = "get_IsolatedException", ReturnType = typeof(WebException))]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExceptionHelper), Member = "get_RequestAbortedException", ReturnType = typeof(WebException))]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExceptionHelper), Member = "get_CacheEntryNotFoundException", ReturnType = typeof(WebException))]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExceptionHelper), Member = "get_RequestProhibitedByCachePolicyException", ReturnType = typeof(WebException))]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileWebRequest), Member = "Abort", ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileWebStream), Member = "CheckError", ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WebExceptionMapping), Member = "GetWebStatusString", MemberParameters = new object[] { typeof(WebExceptionStatus) }, ReturnType = typeof(string))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "SR", Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_CurrentCulture", ReturnType = typeof(CultureInfo))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
34 {
36 typeof(string),
37 typeof(object)
38 }, ReturnType = typeof(string))]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
40 public static string GetWebStatusString(string Res, WebExceptionStatus Status)
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x6000C59")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1F270B0", Offset = "0x1F270B0", Length = "0x60")]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileWebRequest), Member = "GetRequestStream", ReturnType = typeof(Stream))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileWebRequest), Member = "GetResponse", ReturnType = typeof(WebResponse))]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WebExceptionMapping), Member = "GetWebStatusString", MemberParameters = new object[] { typeof(WebExceptionStatus) }, ReturnType = typeof(string))]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "SR", Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
52 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x6000C5A")]
59 [global::Cpp2ILInjected.Address(RVA = "0x1F27110", Offset = "0x1F27110", Length = "0x1DC")]
60 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NumberFormatInfo), Member = "get_InvariantInfo", ReturnType = typeof(NumberFormatInfo))]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", MemberParameters = new object[] { typeof(IFormatProvider) }, ReturnType = typeof(string))]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
65 {
66 typeof(string),
67 typeof(string),
68 typeof(string)
69 }, ReturnType = typeof(string))]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enum), Member = "ToString", ReturnType = typeof(string))]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
72 {
73 typeof(string),
74 typeof(string)
75 }, ReturnType = typeof(string))]
76 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "SR", Member = "GetString", MemberParameters = new object[]
77 {
78 typeof(string),
79 typeof(object[])
80 }, ReturnType = typeof(string))]
81 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
82 public static string GetWebStatusCodeString(HttpStatusCode statusCode, string statusDescription)
83 {
84 throw null;
85 }
86
87 [global::Cpp2ILInjected.Token(Token = "0x6000C5B")]
88 [global::Cpp2ILInjected.Address(RVA = "0x1F272EC", Offset = "0x1F272EC", Length = "0x1DC")]
89 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
90 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CommandStream), Member = "GenerateException", MemberParameters = new object[]
91 {
93 typeof(string),
95 }, ReturnType = typeof(Exception))]
96 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
97 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NumberFormatInfo), Member = "get_InvariantInfo", ReturnType = typeof(NumberFormatInfo))]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", MemberParameters = new object[] { typeof(IFormatProvider) }, ReturnType = typeof(string))]
99 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
100 {
101 typeof(string),
102 typeof(string),
103 typeof(string)
104 }, ReturnType = typeof(string))]
105 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enum), Member = "ToString", ReturnType = typeof(string))]
106 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
107 {
108 typeof(string),
109 typeof(string)
110 }, ReturnType = typeof(string))]
111 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "SR", Member = "GetString", MemberParameters = new object[]
112 {
113 typeof(string),
114 typeof(object[])
115 }, ReturnType = typeof(string))]
116 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
117 public static string GetWebStatusCodeString(FtpStatusCode statusCode, string statusDescription)
118 {
119 throw null;
120 }
121 }
122}
class f__AnonymousType0<< Count > j__TPar
static string GetWebStatusCodeString(FtpStatusCode statusCode, string statusDescription)
Definition NetRes.cs:117
static string GetWebStatusString(WebExceptionStatus Status)
Definition NetRes.cs:53
static string GetWebStatusCodeString(HttpStatusCode statusCode, string statusDescription)
Definition NetRes.cs:82
static string GetWebStatusString(string Res, WebExceptionStatus Status)
Definition NetRes.cs:40