terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Authorization.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x02000187 RID: 391
6 public class Authorization
7 {
8 // Token: 0x06000A11 RID: 2577 RVA: 0x000222AC File Offset: 0x000204AC
9 public Authorization(string token)
10 {
11 if (!true)
12 {
13 }
14 string text = ValidationHelper.MakeStringNull(token);
16 this.m_Complete = true;
17 }
18
19 // Token: 0x06000A12 RID: 2578 RVA: 0x000222D8 File Offset: 0x000204D8
20 public Authorization(string token, bool finished)
21 {
22 if (!true)
23 {
24 }
25 string text = ValidationHelper.MakeStringNull(token);
27 }
28
29 // Token: 0x06000A13 RID: 2579 RVA: 0x000222FC File Offset: 0x000204FC
30 public Authorization(string token, bool finished, string connectionGroupId)
31 {
32 }
33
34 // Token: 0x06000A14 RID: 2580 RVA: 0x0002230C File Offset: 0x0002050C
35 internal Authorization(string token, bool finished, string connectionGroupId, bool mutualAuth)
36 {
37 if (!true)
38 {
39 }
40 string text = ValidationHelper.MakeStringNull(token);
44 }
45
46 // Token: 0x17000207 RID: 519
47 // (get) Token: 0x06000A15 RID: 2581 RVA: 0x00022340 File Offset: 0x00020540
48 public string Message
49 {
50 get
51 {
52 return this.m_Message;
53 }
54 }
55
56 // Token: 0x17000208 RID: 520
57 // (get) Token: 0x06000A16 RID: 2582 RVA: 0x00022354 File Offset: 0x00020554
58 public string ConnectionGroupId
59 {
60 get
61 {
62 return this.m_ConnectionGroupId;
63 }
64 }
65
66 // Token: 0x17000209 RID: 521
67 // (get) Token: 0x06000A17 RID: 2583 RVA: 0x00022368 File Offset: 0x00020568
68 public bool Complete
69 {
70 get
71 {
72 return this.m_Complete;
73 }
74 }
75
76 // Token: 0x06000A18 RID: 2584 RVA: 0x0002237C File Offset: 0x0002057C
77 internal void SetComplete(bool complete)
78 {
79 }
80
81 // Token: 0x1700020A RID: 522
82 // (get) Token: 0x06000A19 RID: 2585 RVA: 0x0002238C File Offset: 0x0002058C
83 // (set) Token: 0x06000A1A RID: 2586 RVA: 0x000223A0 File Offset: 0x000205A0
84 public string[] ProtectionRealm
85 {
86 get
87 {
88 return this.m_ProtectionRealm;
89 }
90 set
91 {
92 if (!true)
93 {
94 }
97 }
98 }
99
100 // Token: 0x1700020B RID: 523
101 // (get) Token: 0x06000A1B RID: 2587 RVA: 0x000223C0 File Offset: 0x000205C0
102 // (set) Token: 0x06000A1C RID: 2588 RVA: 0x000223E0 File Offset: 0x000205E0
104 {
105 get
106 {
107 if (this.m_Complete)
108 {
109 bool mutualAuth = this.m_MutualAuth;
110 return;
111 }
112 }
113 set
114 {
115 }
116 }
117
118 // Token: 0x040007B0 RID: 1968
119 private string m_Message;
120
121 // Token: 0x040007B1 RID: 1969
122 private bool m_Complete;
123
124 // Token: 0x040007B2 RID: 1970
125 private string[] m_ProtectionRealm;
126
127 // Token: 0x040007B3 RID: 1971
128 private string m_ConnectionGroupId;
129
130 // Token: 0x040007B4 RID: 1972
131 private bool m_MutualAuth;
132
133 // Token: 0x040007B5 RID: 1973
135 }
136}
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)
static string[] MakeEmptyArrayNull(string[] stringArray)
static string MakeStringNull(string stringValue)