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
DefaultProxySectionInternal.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020002DD RID: 733
8 internal sealed class DefaultProxySectionInternal
9 {
10 // Token: 0x060012DA RID: 4826 RVA: 0x0003A9B8 File Offset: 0x00038BB8
12 {
13 return global::System.Net.WebProxy.CreateDefaultProxy();
14 }
15
16 // Token: 0x060012DB RID: 4827 RVA: 0x0003A9CC File Offset: 0x00038BCC
18 {
19 return global::System.Net.WebProxy.CreateDefaultProxy();
20 }
21
22 // Token: 0x17000456 RID: 1110
23 // (get) Token: 0x060012DC RID: 4828 RVA: 0x00002050 File Offset: 0x00000250
24 internal static object ClassSyncObject
25 {
26 get
27 {
28 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
29 }
30 }
31
32 // Token: 0x060012DD RID: 4829 RVA: 0x0003A9E0 File Offset: 0x00038BE0
34 {
36 IWebProxy webProxy = global::System.Net.WebProxy.CreateDefaultProxy();
37 long num = 0L;
39 if (num == 0L)
40 {
41 }
42 throw new OutOfMemoryException();
43 }
44
45 // Token: 0x17000457 RID: 1111
46 // (get) Token: 0x060012DE RID: 4830 RVA: 0x0003AA28 File Offset: 0x00038C28
48 {
49 get
50 {
51 return this.webProxy;
52 }
53 }
54
55 // Token: 0x060012DF RID: 4831 RVA: 0x0003AA3C File Offset: 0x00038C3C
57 {
58 }
59
60 // Token: 0x04000F57 RID: 3927
62
63 // Token: 0x04000F58 RID: 3928
64 private static object classSyncObject;
65 }
66}
static void Exit(object obj)
Definition Monitor.cs:47