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
HttpVersion.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Net
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200013E")]
8 public class HttpVersion
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600078E")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1EE85A0", Offset = "0x1EE85A0", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
14 public HttpVersion()
15 {
16 throw null;
17 }
18
19 // Note: this type is marked as 'beforefieldinit'.
20 [global::Cpp2ILInjected.Token(Token = "0x600078F")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1EE85A8", Offset = "0x1EE85A8", Length = "0xF0")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Version), Member = ".ctor", MemberParameters = new object[]
24 {
25 typeof(int),
26 typeof(int)
27 }, ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
29 static HttpVersion()
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x4000635")]
35 public static readonly Version Unknown;
36
37 [global::Cpp2ILInjected.Token(Token = "0x4000636")]
38 public static readonly Version Version10;
39
40 [global::Cpp2ILInjected.Token(Token = "0x4000637")]
41 public static readonly Version Version11;
42
43 [global::Cpp2ILInjected.Token(Token = "0x4000638")]
44 public static readonly Version Version20;
45 }
46}
class f__AnonymousType0<< Count > j__TPar
static readonly Version Version10
static readonly Version Version20
static readonly Version Unknown
static readonly Version Version11