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
MonoHttpDate.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Net
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000269")]
9 internal class MonoHttpDate
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6001096")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1E003EC", Offset = "0x1E003EC", Length = "0xEC")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpWebRequest), Member = "get_IfModifiedSince", ReturnType = typeof(DateTime))]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpWebResponse), Member = "get_LastModified", ReturnType = typeof(DateTime))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "ParseExact", MemberParameters = new object[]
18 {
19 typeof(string),
20 typeof(string[]),
23 }, ReturnType = typeof(DateTime))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "ToLocalTime", ReturnType = typeof(DateTime))]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
26 internal static DateTime Parse(string dateStr)
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x6001097")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1E03780", Offset = "0x1E03780", Length = "0x8")]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
35 public MonoHttpDate()
36 {
37 throw null;
38 }
39
40 // Note: this type is marked as 'beforefieldinit'.
41 [global::Cpp2ILInjected.Token(Token = "0x6001098")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1E03788", Offset = "0x1E03788", Length = "0x164")]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
45 static MonoHttpDate()
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x4000D19")]
51 private static readonly string rfc1123_date;
52
53 [global::Cpp2ILInjected.Token(Token = "0x4000D1A")]
54 private static readonly string rfc850_date;
55
56 [global::Cpp2ILInjected.Token(Token = "0x4000D1B")]
57 private static readonly string asctime_date;
58
59 [global::Cpp2ILInjected.Token(Token = "0x4000D1C")]
60 private static readonly string[] formats;
61 }
62}
class f__AnonymousType0<< Count > j__TPar
static DateTime Parse(string dateStr)
static readonly string asctime_date
static readonly string rfc1123_date
static readonly string[] formats
static readonly string rfc850_date