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
HttpProtocolUtils.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Net
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20001BB")]
9 internal class HttpProtocolUtils
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000AB3")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1F10378", Offset = "0x1F10378", Length = "0x8")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x6000AB4")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1F10380", Offset = "0x1F10380", Length = "0x78")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HttpDateParse), Member = "ParseHttpDate", MemberParameters = new object[]
24 {
25 typeof(string),
27 }, ReturnType = typeof(bool))]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "SR", Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ProtocolViolationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
31 internal static DateTime string2date(string S)
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x6000AB5")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1F10400", Offset = "0x1F10400", Length = "0x94")]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpWebRequest), Member = "SetDateHeaderHelper", MemberParameters = new object[]
39 {
40 typeof(string),
42 }, ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTimeFormatInfo), Member = ".ctor", ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "ToUniversalTime", ReturnType = typeof(DateTime))]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "ToString", MemberParameters = new object[]
47 {
48 typeof(string),
50 }, ReturnType = typeof(string))]
51 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
52 internal static string date2string(DateTime D)
53 {
54 throw null;
55 }
56 }
57}
class f__AnonymousType0<< Count > j__TPar
static string date2string(DateTime D)
static DateTime string2date(string S)