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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
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"
)]
8
public
class
GlobalProxySelection
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
}
20
IWebProxy
defaultWebProxy
=
WebRequest
.
DefaultWebProxy
;
21
if
(
defaultWebProxy
!=
null
)
22
{
23
return
defaultWebProxy
;
24
}
25
return
GlobalProxySelection
.
GetEmptyWebProxy
();
26
}
27
set
28
{
29
if
(!
true
)
30
{
31
}
32
WebRequest.DefaultWebProxy
=
value
;
33
}
34
}
35
36
// Token: 0x06000A47 RID: 2631 RVA: 0x00002050 File Offset: 0x00000250
37
public
static
IWebProxy
GetEmptyWebProxy
()
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
43
public
GlobalProxySelection
()
44
{
45
}
46
}
47
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.GlobalProxySelection.Select
static IWebProxy Select
Definition
GlobalProxySelection.cs:14
System.Net.GlobalProxySelection.GlobalProxySelection
GlobalProxySelection()
Definition
GlobalProxySelection.cs:43
System.Net.GlobalProxySelection.GetEmptyWebProxy
static IWebProxy GetEmptyWebProxy()
Definition
GlobalProxySelection.cs:37
System.Net.GlobalProxySelection
Definition
GlobalProxySelection.cs:9
System.Net.WebRequest.DefaultWebProxy
static IWebProxy DefaultWebProxy
Definition
WebRequest.cs:1186
System.Net.WebRequest
Definition
WebRequest.cs:20
System.Net.IWebProxy
Definition
IWebProxy.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Net
Definition
AuthenticationManager.cs:7
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
System
Net
GlobalProxySelection.cs
Generated by
1.10.0