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
DefaultProxySectionInternal.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Threading
;
3
using
Cpp2IlInjected
;
4
5
namespace
System.Net.Configuration
6
{
7
// Token: 0x020002DD RID: 733
8
internal
sealed
class
DefaultProxySectionInternal
9
{
10
// Token: 0x060012DA RID: 4826 RVA: 0x0003A9B8 File Offset: 0x00038BB8
11
private
static
IWebProxy
GetDefaultProxy_UsingOldMonoCode
()
12
{
13
return
global::System.Net.WebProxy.CreateDefaultProxy();
14
}
15
16
// Token: 0x060012DB RID: 4827 RVA: 0x0003A9CC File Offset: 0x00038BCC
17
private
static
IWebProxy
GetSystemWebProxy
()
18
{
19
return
global::System.Net.WebProxy.CreateDefaultProxy();
20
}
21
22
// Token: 0x17000456 RID: 1110
23
// (get) Token: 0x060012DC RID: 4828 RVA: 0x00002050 File Offset: 0x00000250
24
internal
static
object
ClassSyncObject
25
{
26
get
27
{
28
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
29
}
30
}
31
32
// Token: 0x060012DD RID: 4829 RVA: 0x0003A9E0 File Offset: 0x00038BE0
33
internal
static
DefaultProxySectionInternal
GetSection
()
34
{
35
object
obj
=
DefaultProxySectionInternal
.
ClassSyncObject
;
36
IWebProxy
webProxy
= global::System.Net.WebProxy.CreateDefaultProxy();
37
long
num = 0
L
;
38
Monitor
.
Exit
(
obj
);
39
if
(num == 0
L
)
40
{
41
}
42
throw
new
OutOfMemoryException
();
43
}
44
45
// Token: 0x17000457 RID: 1111
46
// (get) Token: 0x060012DE RID: 4830 RVA: 0x0003AA28 File Offset: 0x00038C28
47
internal
IWebProxy
WebProxy
48
{
49
get
50
{
51
return
this.
webProxy
;
52
}
53
}
54
55
// Token: 0x060012DF RID: 4831 RVA: 0x0003AA3C File Offset: 0x00038C3C
56
public
DefaultProxySectionInternal
()
57
{
58
}
59
60
// Token: 0x04000F57 RID: 3927
61
private
IWebProxy
webProxy
;
62
63
// Token: 0x04000F58 RID: 3928
64
private
static
object
classSyncObject
;
65
}
66
}
System.Net.Configuration.DefaultProxySectionInternal.DefaultProxySectionInternal
DefaultProxySectionInternal()
Definition
DefaultProxySectionInternal.cs:56
System.Net.Configuration.DefaultProxySectionInternal.GetSection
static DefaultProxySectionInternal GetSection()
Definition
DefaultProxySectionInternal.cs:33
System.Net.Configuration.DefaultProxySectionInternal.GetSystemWebProxy
static IWebProxy GetSystemWebProxy()
Definition
DefaultProxySectionInternal.cs:17
System.Net.Configuration.DefaultProxySectionInternal.GetDefaultProxy_UsingOldMonoCode
static IWebProxy GetDefaultProxy_UsingOldMonoCode()
Definition
DefaultProxySectionInternal.cs:11
System.Net.Configuration.DefaultProxySectionInternal.classSyncObject
static object classSyncObject
Definition
DefaultProxySectionInternal.cs:64
System.Net.Configuration.DefaultProxySectionInternal.ClassSyncObject
static object ClassSyncObject
Definition
DefaultProxySectionInternal.cs:25
System.Net.Configuration.DefaultProxySectionInternal.webProxy
IWebProxy webProxy
Definition
DefaultProxySectionInternal.cs:61
System.Net.Configuration.DefaultProxySectionInternal
Definition
DefaultProxySectionInternal.cs:9
System.Net.WebProxy
Definition
WebProxy.cs:16
System.OutOfMemoryException
Definition
OutOfMemoryException.cs:9
System.Threading.Monitor.Exit
static void Exit(object obj)
Definition
Monitor.cs:47
System.Threading.Monitor
Definition
Monitor.cs:9
System.Net.IWebProxy
Definition
IWebProxy.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Net.Configuration
Definition
AuthenticationModuleElement.cs:5
System.Threading
Definition
_ThreadPoolWaitCallback.cs:4
System.ExceptionArgument.obj
@ obj
System.ConsoleKey.L
@ L
System
Definition
__ComObject.cs:4
source
System
Net
Configuration
DefaultProxySectionInternal.cs
Generated by
1.10.0