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
EmptyWebProxy.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Net
5
{
6
// Token: 0x0200020A RID: 522
7
[
Serializable
]
8
internal
sealed
class
EmptyWebProxy
:
IAutoWebProxy
,
IWebProxy
9
{
10
// Token: 0x06000CBD RID: 3261 RVA: 0x000289CC File Offset: 0x00026BCC
11
public
EmptyWebProxy
()
12
{
13
}
14
15
// Token: 0x06000CBE RID: 3262 RVA: 0x000289E0 File Offset: 0x00026BE0
16
public
global::System.Uri
GetProxy
(global::System.
Uri
uri)
17
{
18
return
uri;
19
}
20
21
// Token: 0x06000CBF RID: 3263 RVA: 0x000289F0 File Offset: 0x00026BF0
22
public
bool
IsBypassed
(global::System.
Uri
uri)
23
{
24
return
true
;
25
}
26
27
// Token: 0x17000298 RID: 664
28
// (get) Token: 0x06000CC0 RID: 3264 RVA: 0x00028A00 File Offset: 0x00026C00
29
// (set) Token: 0x06000CC1 RID: 3265 RVA: 0x00028A14 File Offset: 0x00026C14
30
public
ICredentials
Credentials
31
{
32
get
33
{
34
return
this.
m_credentials
;
35
}
36
set
37
{
38
this.m_credentials
=
value
;
39
}
40
}
41
42
// Token: 0x06000CC2 RID: 3266 RVA: 0x00002050 File Offset: 0x00000250
43
ProxyChain
IAutoWebProxy
.
GetProxies
(global::System.
Uri
destination
)
44
{
45
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
46
}
47
48
// Token: 0x04000ADF RID: 2783
49
[
NonSerialized
]
50
private
ICredentials
m_credentials
;
51
}
52
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.EmptyWebProxy.m_credentials
ICredentials m_credentials
Definition
EmptyWebProxy.cs:50
System.Net.EmptyWebProxy.IsBypassed
bool IsBypassed(global::System.Uri uri)
Definition
EmptyWebProxy.cs:22
System.Net.EmptyWebProxy.EmptyWebProxy
EmptyWebProxy()
Definition
EmptyWebProxy.cs:11
System.Net.EmptyWebProxy.GetProxy
global::System.Uri GetProxy(global::System.Uri uri)
Definition
EmptyWebProxy.cs:16
System.Net.EmptyWebProxy.Credentials
ICredentials Credentials
Definition
EmptyWebProxy.cs:31
System.Net.EmptyWebProxy
Definition
EmptyWebProxy.cs:9
System.Net.ProxyChain
Definition
ProxyChain.cs:11
System.Uri
Definition
Uri.cs:15
System.Net.IAutoWebProxy.GetProxies
ProxyChain GetProxies(global::System.Uri destination)
System.Net.IAutoWebProxy
Definition
IAutoWebProxy.cs:7
System.Net.ICredentials
Definition
ICredentials.cs:7
System.Net.IWebProxy
Definition
IWebProxy.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Net
Definition
AuthenticationManager.cs:7
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.ExceptionArgument.value
@ value
System.ExceptionArgument.destination
@ destination
System
Definition
__ComObject.cs:4
source
System
Net
EmptyWebProxy.cs
Generated by
1.10.0