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
BasicClient.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Net
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200022E")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000E0A")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1F3E80C", Offset = "0x1F3E80C", Length = "0xA0")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Trim", ReturnType = typeof(string))]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "ToLower", ReturnType = typeof(string))]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOf", MemberParameters = new object[]
16 {
17 typeof(string),
19 }, ReturnType = typeof(int))]
20 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6000E0B")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1F3EC00", Offset = "0x1F3EC00", Length = "0x90")]
28 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BasicClient), Member = "InternalAuthenticate", MemberParameters = new object[]
30 {
33 }, ReturnType = typeof(Authorization))]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
36 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
37 private static byte[] GetBytes(string str)
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x6000E0C")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1F3E8AC", Offset = "0x1F3E8AC", Length = "0x354")]
44 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BasicClient), Member = "PreAuthenticate", MemberParameters = new object[]
46 {
49 }, ReturnType = typeof(Authorization))]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetworkCredential), Member = "get_UserName", ReturnType = typeof(string))]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
53 {
54 typeof(string),
55 typeof(string)
56 }, ReturnType = typeof(bool))]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetworkCredential), Member = "get_Password", ReturnType = typeof(string))]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetworkCredential), Member = "get_Domain", ReturnType = typeof(string))]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Trim", ReturnType = typeof(string))]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
61 {
62 typeof(string),
63 typeof(string),
64 typeof(string)
65 }, ReturnType = typeof(string))]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BasicClient), Member = "GetBytes", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(byte[]))]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Convert), Member = "ToBase64String", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(string))]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
69 {
70 typeof(string),
71 typeof(string)
72 }, ReturnType = typeof(string))]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Authorization), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(string))]
75 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 21)]
77 {
78 throw null;
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x6000E0D")]
82 [global::Cpp2ILInjected.Address(RVA = "0x1F3EC90", Offset = "0x1F3EC90", Length = "0xC")]
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BasicClient), Member = "InternalAuthenticate", MemberParameters = new object[]
85 {
88 }, ReturnType = typeof(Authorization))]
90 {
91 throw null;
92 }
93
94 [global::Cpp2ILInjected.Token(Token = "0x170002EF")]
95 public string AuthenticationType
96 {
97 [global::Cpp2ILInjected.Token(Token = "0x6000E0E")]
98 [global::Cpp2ILInjected.Address(RVA = "0x1F3EC9C", Offset = "0x1F3EC9C", Length = "0x40")]
99 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
100 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
101 get
102 {
103 throw null;
104 }
105 }
106
107 [global::Cpp2ILInjected.Token(Token = "0x170002F0")]
109 {
110 [global::Cpp2ILInjected.Token(Token = "0x6000E0F")]
111 [global::Cpp2ILInjected.Address(RVA = "0x1F3ECDC", Offset = "0x1F3ECDC", Length = "0x8")]
112 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
113 get
114 {
115 throw null;
116 }
117 }
118
119 [global::Cpp2ILInjected.Token(Token = "0x6000E10")]
120 [global::Cpp2ILInjected.Address(RVA = "0x1F3D148", Offset = "0x1F3D148", Length = "0x8")]
121 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
122 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
123 public BasicClient()
124 {
125 throw null;
126 }
127 }
128}
class f__AnonymousType0<< Count > j__TPar
Authorization PreAuthenticate(WebRequest webRequest, ICredentials credentials)
Authorization Authenticate(string challenge, WebRequest webRequest, ICredentials credentials)
static byte[] GetBytes(string str)
static Authorization InternalAuthenticate(WebRequest webRequest, ICredentials credentials)