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
WebProxyScriptElement.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
4
namespace
System.Net.Configuration
5
{
6
// Token: 0x0200047F RID: 1151
7
public
sealed
class
WebProxyScriptElement
:
ConfigurationElement
8
{
9
// Token: 0x06001F50 RID: 8016 RVA: 0x00051C7C File Offset: 0x0004FE7C
10
public
WebProxyScriptElement
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x1700074C RID: 1868
16
// (get) Token: 0x06001F51 RID: 8017 RVA: 0x00051C90 File Offset: 0x0004FE90
17
// (set) Token: 0x06001F52 RID: 8018 RVA: 0x00051CA4 File Offset: 0x0004FEA4
18
public
int
AutoConfigUrlRetryInterval
19
{
20
get
21
{
22
throw
new
NotSupportedException
();
23
}
24
set
25
{
26
throw
new
NotSupportedException
();
27
}
28
}
29
30
// Token: 0x1700074D RID: 1869
31
// (get) Token: 0x06001F53 RID: 8019 RVA: 0x00051CB8 File Offset: 0x0004FEB8
32
// (set) Token: 0x06001F54 RID: 8020 RVA: 0x00051CCC File Offset: 0x0004FECC
33
public
TimeSpan
DownloadTimeout
34
{
35
get
36
{
37
throw
new
NotSupportedException
();
38
}
39
set
40
{
41
throw
new
NotSupportedException
();
42
}
43
}
44
45
// Token: 0x1700074E RID: 1870
46
// (get) Token: 0x06001F55 RID: 8021 RVA: 0x00051CE0 File Offset: 0x0004FEE0
47
protected
override
ConfigurationPropertyCollection
Properties
48
{
49
get
50
{
51
throw
new
NotSupportedException
();
52
}
53
}
54
55
// Token: 0x06001F56 RID: 8022 RVA: 0x00051CF4 File Offset: 0x0004FEF4
56
protected
override
void
PostDeserialize
()
57
{
58
throw
new
NotSupportedException
();
59
}
60
}
61
}
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Net.Configuration.WebProxyScriptElement.PostDeserialize
override void PostDeserialize()
Definition
WebProxyScriptElement.cs:56
System.Net.Configuration.WebProxyScriptElement.AutoConfigUrlRetryInterval
int AutoConfigUrlRetryInterval
Definition
WebProxyScriptElement.cs:19
System.Net.Configuration.WebProxyScriptElement.WebProxyScriptElement
WebProxyScriptElement()
Definition
WebProxyScriptElement.cs:10
System.Net.Configuration.WebProxyScriptElement.DownloadTimeout
TimeSpan DownloadTimeout
Definition
WebProxyScriptElement.cs:34
System.Net.Configuration.WebProxyScriptElement.Properties
override ConfigurationPropertyCollection Properties
Definition
WebProxyScriptElement.cs:48
System.Net.Configuration.WebProxyScriptElement
Definition
WebProxyScriptElement.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
System.TimeSpan
Definition
TimeSpan.cs:10
source
System
Net
Configuration
WebProxyScriptElement.cs
Generated by
1.10.0