terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
AutoWebProxyScriptEngine.cs
Go to the documentation of this file.
1using System;
6
7namespace System.Net
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000221")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000DD0")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1F3B724", Offset = "0x1F3B724", Length = "0x8")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebProxy), Member = "set_AutoDetect", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebProxy), Member = "set_ScriptLocation", MemberParameters = new object[] { typeof(Uri) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x170002E4")]
25 {
27 [global::Cpp2ILInjected.Token(Token = "0x6000DD1")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1F3B72C", Offset = "0x1F3B72C", Length = "0x8")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 get
31 {
32 throw null;
33 }
35 [global::Cpp2ILInjected.Token(Token = "0x6000DD2")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1F3B734", Offset = "0x1F3B734", Length = "0x8")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 set
39 {
40 throw null;
41 }
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x170002E5")]
46 {
48 [global::Cpp2ILInjected.Token(Token = "0x6000DD3")]
49 [global::Cpp2ILInjected.Address(RVA = "0x1F3B73C", Offset = "0x1F3B73C", Length = "0x8")]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 get
52 {
53 throw null;
54 }
56 [global::Cpp2ILInjected.Token(Token = "0x6000DD4")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1F3B744", Offset = "0x1F3B744", Length = "0xC")]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 set
60 {
61 throw null;
62 }
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x6000DD5")]
66 [global::Cpp2ILInjected.Address(RVA = "0x1F3B750", Offset = "0x1F3B750", Length = "0xC")]
67 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebProxy), Member = "GetProxyAuto", MemberParameters = new object[]
68 {
69 typeof(Uri),
71 }, ReturnType = typeof(bool))]
72 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebProxy), Member = "IsBypassedAuto", MemberParameters = new object[]
73 {
74 typeof(Uri),
75 typeof(ref bool)
76 }, ReturnType = typeof(bool))]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
79 {
80 throw null;
81 }
82
83 [global::Cpp2ILInjected.Token(Token = "0x6000DD6")]
84 [global::Cpp2ILInjected.Address(RVA = "0x1F3B75C", Offset = "0x1F3B75C", Length = "0xC")]
85 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebProxy), Member = "GetProxiesAuto", MemberParameters = new object[]
86 {
87 typeof(Uri),
88 typeof(ref int)
89 }, ReturnType = typeof(Uri[]))]
90 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
91 public bool GetProxies(Uri destination, out IList<string> proxyList, ref int syncStatus)
92 {
93 throw null;
94 }
95
96 [global::Cpp2ILInjected.Token(Token = "0x6000DD7")]
97 [global::Cpp2ILInjected.Address(RVA = "0x1F3B768", Offset = "0x1F3B768", Length = "0x4")]
98 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebProxy), Member = "set_Address", MemberParameters = new object[] { typeof(Uri) }, ReturnType = typeof(void))]
99 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebProxy), Member = "set_BypassProxyOnLocal", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
100 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebProxy), Member = "set_BypassList", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(void))]
101 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebProxy), Member = "DeleteScriptEngine", ReturnType = typeof(void))]
102 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
103 public void Close()
104 {
105 throw null;
106 }
107
108 [global::Cpp2ILInjected.Token(Token = "0x6000DD8")]
109 [global::Cpp2ILInjected.Address(RVA = "0x1F3B76C", Offset = "0x1F3B76C", Length = "0x4")]
110 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ProxyScriptChain), Member = "Abort", ReturnType = typeof(void))]
111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebProxy), Member = "AbortGetProxiesAuto", MemberParameters = new object[] { typeof(ref int) }, ReturnType = typeof(void))]
112 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
113 public void Abort(ref int syncStatus)
114 {
115 throw null;
116 }
117
118 [global::Cpp2ILInjected.Token(Token = "0x6000DD9")]
119 [global::Cpp2ILInjected.Address(RVA = "0x1F3B770", Offset = "0x1F3B770", Length = "0x4")]
120 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebProxy), Member = "CheckForChanges", ReturnType = typeof(void))]
121 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
122 public void CheckForChanges()
123 {
124 throw null;
125 }
126
128 [global::Cpp2ILInjected.Token(Token = "0x4000B7E")]
129 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
130 private Uri <AutomaticConfigurationScript>k__BackingField;
131
133 [global::Cpp2ILInjected.Token(Token = "0x4000B7F")]
134 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
135 private bool <AutomaticallyDetectSettings>k__BackingField;
136 }
137}
class f__AnonymousType0<< Count > j__TPar
bool< AutomaticallyDetectSettings > k__BackingField
Uri< AutomaticConfigurationScript > k__BackingField
bool GetProxies(Uri destination, out IList< string > proxyList, ref int syncStatus)
AutoWebProxyScriptEngine(WebProxy proxy, bool useRegistry)
bool GetProxies(Uri destination, out IList< string > proxyList)