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
GlobalProxySelection.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x02000190 RID: 400
7 [Obsolete("This class has been deprecated. Please use WebRequest.DefaultWebProxy instead to access and set the global default proxy. Use 'null' instead of GetEmptyWebProxy. https://go.microsoft.com/fwlink/?linkid=14202")]
9 {
10 // Token: 0x17000214 RID: 532
11 // (get) Token: 0x06000A45 RID: 2629 RVA: 0x00022BB0 File Offset: 0x00020DB0
12 // (set) Token: 0x06000A46 RID: 2630 RVA: 0x00022BD0 File Offset: 0x00020DD0
13 public static IWebProxy Select
14 {
15 get
16 {
17 if (!true)
18 {
19 }
21 if (defaultWebProxy != null)
22 {
23 return defaultWebProxy;
24 }
26 }
27 set
28 {
29 if (!true)
30 {
31 }
33 }
34 }
35
36 // Token: 0x06000A47 RID: 2631 RVA: 0x00002050 File Offset: 0x00000250
38 {
39 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
40 }
41
42 // Token: 0x06000A48 RID: 2632 RVA: 0x00022BE8 File Offset: 0x00020DE8
44 {
45 }
46 }
47}
class f__AnonymousType0<< Count > j__TPar
static IWebProxy DefaultWebProxy