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
ProxyElement.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
4
namespace
System.Net.Configuration
5
{
6
// Token: 0x0200046B RID: 1131
7
public
sealed
class
ProxyElement
:
ConfigurationElement
8
{
9
// Token: 0x06001EB4 RID: 7860 RVA: 0x0005104C File Offset: 0x0004F24C
10
public
ProxyElement
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x170006F6 RID: 1782
16
// (get) Token: 0x06001EB5 RID: 7861 RVA: 0x00051060 File Offset: 0x0004F260
17
// (set) Token: 0x06001EB6 RID: 7862 RVA: 0x00051074 File Offset: 0x0004F274
18
public
ProxyElement.AutoDetectValues
AutoDetect
19
{
20
get
21
{
22
throw
new
NotSupportedException
();
23
}
24
set
25
{
26
throw
new
NotSupportedException
();
27
}
28
}
29
30
// Token: 0x170006F7 RID: 1783
31
// (get) Token: 0x06001EB7 RID: 7863 RVA: 0x00051088 File Offset: 0x0004F288
32
// (set) Token: 0x06001EB8 RID: 7864 RVA: 0x0005109C File Offset: 0x0004F29C
33
public
ProxyElement.BypassOnLocalValues
BypassOnLocal
34
{
35
get
36
{
37
throw
new
NotSupportedException
();
38
}
39
set
40
{
41
throw
new
NotSupportedException
();
42
}
43
}
44
45
// Token: 0x170006F8 RID: 1784
46
// (get) Token: 0x06001EB9 RID: 7865 RVA: 0x000510B0 File Offset: 0x0004F2B0
47
protected
override
ConfigurationPropertyCollection
Properties
48
{
49
get
50
{
51
throw
new
NotSupportedException
();
52
}
53
}
54
55
// Token: 0x170006F9 RID: 1785
56
// (get) Token: 0x06001EBA RID: 7866 RVA: 0x000510C4 File Offset: 0x0004F2C4
57
// (set) Token: 0x06001EBB RID: 7867 RVA: 0x000510D8 File Offset: 0x0004F2D8
58
public
global::System.Uri
ProxyAddress
59
{
60
get
61
{
62
throw
new
NotSupportedException
();
63
}
64
set
65
{
66
throw
new
NotSupportedException
();
67
}
68
}
69
70
// Token: 0x170006FA RID: 1786
71
// (get) Token: 0x06001EBC RID: 7868 RVA: 0x000510EC File Offset: 0x0004F2EC
72
// (set) Token: 0x06001EBD RID: 7869 RVA: 0x00051100 File Offset: 0x0004F300
73
public
global::System.Uri
ScriptLocation
74
{
75
get
76
{
77
throw
new
NotSupportedException
();
78
}
79
set
80
{
81
throw
new
NotSupportedException
();
82
}
83
}
84
85
// Token: 0x170006FB RID: 1787
86
// (get) Token: 0x06001EBE RID: 7870 RVA: 0x00051114 File Offset: 0x0004F314
87
// (set) Token: 0x06001EBF RID: 7871 RVA: 0x00051128 File Offset: 0x0004F328
88
public
ProxyElement.UseSystemDefaultValues
UseSystemDefault
89
{
90
get
91
{
92
throw
new
NotSupportedException
();
93
}
94
set
95
{
96
throw
new
NotSupportedException
();
97
}
98
}
99
100
// Token: 0x0200046C RID: 1132
101
public
enum
AutoDetectValues
102
{
103
// Token: 0x04001432 RID: 5170
104
False
,
105
// Token: 0x04001433 RID: 5171
106
True
,
107
// Token: 0x04001434 RID: 5172
108
Unspecified
= -1
109
}
110
111
// Token: 0x0200046D RID: 1133
112
public
enum
BypassOnLocalValues
113
{
114
// Token: 0x04001436 RID: 5174
115
False
,
116
// Token: 0x04001437 RID: 5175
117
True
,
118
// Token: 0x04001438 RID: 5176
119
Unspecified
= -1
120
}
121
122
// Token: 0x0200046E RID: 1134
123
public
enum
UseSystemDefaultValues
124
{
125
// Token: 0x0400143A RID: 5178
126
False
,
127
// Token: 0x0400143B RID: 5179
128
True
,
129
// Token: 0x0400143C RID: 5180
130
Unspecified
= -1
131
}
132
}
133
}
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Net.Configuration.ProxyElement.ScriptLocation
global::System.Uri ScriptLocation
Definition
ProxyElement.cs:74
System.Net.Configuration.ProxyElement.ProxyAddress
global::System.Uri ProxyAddress
Definition
ProxyElement.cs:59
System.Net.Configuration.ProxyElement.UseSystemDefaultValues
UseSystemDefaultValues
Definition
ProxyElement.cs:124
System.Net.Configuration.ProxyElement.UseSystemDefault
ProxyElement.UseSystemDefaultValues UseSystemDefault
Definition
ProxyElement.cs:89
System.Net.Configuration.ProxyElement.BypassOnLocal
ProxyElement.BypassOnLocalValues BypassOnLocal
Definition
ProxyElement.cs:34
System.Net.Configuration.ProxyElement.ProxyElement
ProxyElement()
Definition
ProxyElement.cs:10
System.Net.Configuration.ProxyElement.BypassOnLocalValues
BypassOnLocalValues
Definition
ProxyElement.cs:113
System.Net.Configuration.ProxyElement.AutoDetect
ProxyElement.AutoDetectValues AutoDetect
Definition
ProxyElement.cs:19
System.Net.Configuration.ProxyElement.AutoDetectValues
AutoDetectValues
Definition
ProxyElement.cs:102
System.Net.Configuration.ProxyElement.AutoDetectValues.Unspecified
@ Unspecified
System.Net.Configuration.ProxyElement.AutoDetectValues.True
@ True
System.Net.Configuration.ProxyElement.AutoDetectValues.False
@ False
System.Net.Configuration.ProxyElement.Properties
override ConfigurationPropertyCollection Properties
Definition
ProxyElement.cs:48
System.Net.Configuration.ProxyElement
Definition
ProxyElement.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.Net.Configuration
Definition
AuthenticationModuleElement.cs:5
System
Definition
__ComObject.cs:4
source
System
Net
Configuration
ProxyElement.cs
Generated by
1.10.0