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
HttpStatusDescription.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Net
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000126")]
8 internal static class HttpStatusDescription
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60006E8")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1EE0C50", Offset = "0x1EE0C50", Length = "0x4")]
12 [global::Cpp2ILInjected.CallAnalysis.CallAnalysisNotSupported]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpWebResponse), Member = ".ctor", MemberParameters = new object[]
14 {
15 typeof(Uri),
16 typeof(string),
19 }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpWebResponse), Member = ".ctor", MemberParameters = new object[]
21 {
22 typeof(Uri),
23 typeof(string),
26 }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
28 internal static string Get(HttpStatusCode code)
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x60006E9")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1EE0C54", Offset = "0x1EE0C54", Length = "0x698")]
35 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpConnection), Member = "SendError", MemberParameters = new object[]
37 {
38 typeof(string),
39 typeof(int)
40 }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerResponse), Member = "set_StatusCode", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
43 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 65)]
44 internal static string Get(int code)
45 {
46 throw null;
47 }
48 }
49}
class f__AnonymousType0<< Count > j__TPar
static string Get(HttpStatusCode code)