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
Authorization.cs
Go to the documentation of this file.
1using System;
4using Mono.Http;
5
6namespace System.Net
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000187")]
9 public class Authorization
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000A11")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1F08AF0", Offset = "0x1F08AF0", Length = "0x80")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BasicClient), Member = "InternalAuthenticate", MemberParameters = new object[]
14 {
17 }, ReturnType = typeof(Authorization))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DigestSession), Member = "Authenticate", MemberParameters = new object[]
19 {
22 }, ReturnType = typeof(Authorization))]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ValidationHelper), Member = "MakeStringNull", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
27 public Authorization(string token)
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x6000A12")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1F08B70", Offset = "0x1F08B70", Length = "0x80")]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NtlmSession), Member = "Authenticate", MemberParameters = new object[]
35 {
36 typeof(string),
39 }, ReturnType = typeof(Authorization))]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ValidationHelper), Member = "MakeStringNull", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
43 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
44 public Authorization(string token, bool finished)
45 {
46 throw null;
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x6000A13")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1F08BF0", Offset = "0x1F08BF0", Length = "0xC")]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 public Authorization(string token, bool finished, string connectionGroupId)
53 {
54 throw null;
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x6000A14")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1F08BFC", Offset = "0x1F08BFC", Length = "0xA4")]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ValidationHelper), Member = "MakeStringNull", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
62 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
63 internal Authorization(string token, bool finished, string connectionGroupId, bool mutualAuth)
64 {
65 throw null;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x17000207")]
69 public string Message
70 {
71 [global::Cpp2ILInjected.Token(Token = "0x6000A15")]
72 [global::Cpp2ILInjected.Address(RVA = "0x1F08CA0", Offset = "0x1F08CA0", Length = "0x8")]
73 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
74 get
75 {
76 throw null;
77 }
78 }
79
80 [global::Cpp2ILInjected.Token(Token = "0x17000208")]
81 public string ConnectionGroupId
82 {
83 [global::Cpp2ILInjected.Token(Token = "0x6000A16")]
84 [global::Cpp2ILInjected.Address(RVA = "0x1F08CA8", Offset = "0x1F08CA8", Length = "0x8")]
85 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
86 get
87 {
88 throw null;
89 }
90 }
91
92 [global::Cpp2ILInjected.Token(Token = "0x17000209")]
93 public bool Complete
94 {
95 [global::Cpp2ILInjected.Token(Token = "0x6000A17")]
96 [global::Cpp2ILInjected.Address(RVA = "0x1F08CB0", Offset = "0x1F08CB0", Length = "0x8")]
97 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
98 get
99 {
100 throw null;
101 }
102 }
103
104 [global::Cpp2ILInjected.Token(Token = "0x6000A18")]
105 [global::Cpp2ILInjected.Address(RVA = "0x1F08CB8", Offset = "0x1F08CB8", Length = "0xC")]
106 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
107 internal void SetComplete(bool complete)
108 {
109 throw null;
110 }
111
112 [global::Cpp2ILInjected.Token(Token = "0x1700020A")]
113 public string[] ProtectionRealm
114 {
115 [global::Cpp2ILInjected.Token(Token = "0x6000A19")]
116 [global::Cpp2ILInjected.Address(RVA = "0x1F08CC4", Offset = "0x1F08CC4", Length = "0x8")]
117 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
118 get
119 {
120 throw null;
121 }
122 [global::Cpp2ILInjected.Token(Token = "0x6000A1A")]
123 [global::Cpp2ILInjected.Address(RVA = "0x1F08CCC", Offset = "0x1F08CCC", Length = "0x6C")]
124 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
125 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ValidationHelper), Member = "MakeEmptyArrayNull", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(string[]))]
126 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
127 set
128 {
129 throw null;
130 }
131 }
132
133 [global::Cpp2ILInjected.Token(Token = "0x1700020B")]
135 {
136 [global::Cpp2ILInjected.Token(Token = "0x6000A1B")]
137 [global::Cpp2ILInjected.Address(RVA = "0x1F08D38", Offset = "0x1F08D38", Length = "0x20")]
138 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
139 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
140 get
141 {
142 throw null;
143 }
144 [global::Cpp2ILInjected.Token(Token = "0x6000A1C")]
145 [global::Cpp2ILInjected.Address(RVA = "0x1F08D58", Offset = "0x1F08D58", Length = "0xC")]
146 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
147 set
148 {
149 throw null;
150 }
151 }
152
153 [global::Cpp2ILInjected.Token(Token = "0x40007B0")]
154 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
155 private string m_Message;
156
157 [global::Cpp2ILInjected.Token(Token = "0x40007B1")]
158 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
159 private bool m_Complete;
160
161 [global::Cpp2ILInjected.Token(Token = "0x40007B2")]
162 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
163 private string[] m_ProtectionRealm;
164
165 [global::Cpp2ILInjected.Token(Token = "0x40007B3")]
166 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
167 private string m_ConnectionGroupId;
168
169 [global::Cpp2ILInjected.Token(Token = "0x40007B4")]
170 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
171 private bool m_MutualAuth;
172
173 [global::Cpp2ILInjected.Token(Token = "0x40007B5")]
174 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
176 }
177}
class f__AnonymousType0<< Count > j__TPar
Authorization(string token, bool finished, string connectionGroupId, bool mutualAuth)
Authorization(string token)
Authorization(string token, bool finished, string connectionGroupId)
void SetComplete(bool complete)
Authorization(string token, bool finished)