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
AutoWebProxyScriptEngine.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Net
7{
8 // Token: 0x02000221 RID: 545
10 {
11 // Token: 0x06000DD0 RID: 3536 RVA: 0x0002C3C0 File Offset: 0x0002A5C0
13 {
14 }
15
16 // Token: 0x170002E4 RID: 740
17 // (get) Token: 0x06000DD1 RID: 3537 RVA: 0x0002C3D4 File Offset: 0x0002A5D4
18 // (set) Token: 0x06000DD2 RID: 3538 RVA: 0x0002C3E8 File Offset: 0x0002A5E8
19 public global::System.Uri AutomaticConfigurationScript
20 {
22 get
23 {
25 }
27 set
28 {
30 }
31 }
32
33 // Token: 0x170002E5 RID: 741
34 // (get) Token: 0x06000DD3 RID: 3539 RVA: 0x0002C3FC File Offset: 0x0002A5FC
35 // (set) Token: 0x06000DD4 RID: 3540 RVA: 0x0002C410 File Offset: 0x0002A610
37 {
39 get
40 {
42 }
44 set
45 {
46 }
47 }
48
49 // Token: 0x06000DD5 RID: 3541 RVA: 0x0002C420 File Offset: 0x0002A620
50 public bool GetProxies(global::System.Uri destination, [Out] IList<string> proxyList)
51 {
52 }
53
54 // Token: 0x06000DD6 RID: 3542 RVA: 0x0002C430 File Offset: 0x0002A630
55 public bool GetProxies(global::System.Uri destination, [Out] IList<string> proxyList, int syncStatus)
56 {
57 }
58
59 // Token: 0x06000DD7 RID: 3543 RVA: 0x0002C440 File Offset: 0x0002A640
60 public void Close()
61 {
62 }
63
64 // Token: 0x06000DD8 RID: 3544 RVA: 0x0002C450 File Offset: 0x0002A650
65 public void Abort(int syncStatus)
66 {
67 }
68
69 // Token: 0x06000DD9 RID: 3545 RVA: 0x0002C460 File Offset: 0x0002A660
70 public void CheckForChanges()
71 {
72 }
73
74 // Token: 0x04000B7E RID: 2942
76 private global::System.Uri <AutomaticConfigurationScript>k__BackingField;
77
78 // Token: 0x04000B7F RID: 2943
80 private bool <AutomaticallyDetectSettings>k__BackingField;
81 }
82}
class f__AnonymousType0<< Count > j__TPar
bool< AutomaticallyDetectSettings > k__BackingField
bool GetProxies(global::System.Uri destination, [Out] IList< string > proxyList, int syncStatus)
bool GetProxies(global::System.Uri destination, [Out] IList< string > proxyList)
global::System.Uri< AutomaticConfigurationScript > k__BackingField
AutoWebProxyScriptEngine(WebProxy proxy, bool useRegistry)