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
ValidationResult.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000045 RID: 69
7 public class ValidationResult
8 {
9 // Token: 0x060001EC RID: 492 RVA: 0x00008ACC File Offset: 0x00006CCC
15
16 // Token: 0x17000090 RID: 144
17 // (get) Token: 0x060001ED RID: 493 RVA: 0x00008AF0 File Offset: 0x00006CF0
18 public bool Trusted
19 {
20 get
21 {
22 return this.trusted;
23 }
24 }
25
26 // Token: 0x17000091 RID: 145
27 // (get) Token: 0x060001EE RID: 494 RVA: 0x00002050 File Offset: 0x00000250
28 public bool UserDenied
29 {
30 get
31 {
32 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
33 }
34 }
35
36 // Token: 0x04000116 RID: 278
37 private bool trusted;
38
39 // Token: 0x04000117 RID: 279
40 private bool user_denied;
41
42 // Token: 0x04000118 RID: 280
43 private int error_code;
44
45 // Token: 0x04000119 RID: 281
47 }
48}
class f__AnonymousType0<< Count > j__TPar
ValidationResult(bool trusted, bool user_denied, int error_code, MonoSslPolicyErrors? policy_errors)