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
WebRequestModuleElement.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
4
namespace
System.Net.Configuration
5
{
6
// Token: 0x02000484 RID: 1156
7
public
sealed
class
WebRequestModuleElement
:
ConfigurationElement
8
{
9
// Token: 0x06001F73 RID: 8051 RVA: 0x00051F38 File Offset: 0x00050138
10
public
WebRequestModuleElement
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x06001F74 RID: 8052 RVA: 0x00051F4C File Offset: 0x0005014C
16
public
WebRequestModuleElement
(
string
prefix,
string
type)
17
{
18
throw
new
NotSupportedException
();
19
}
20
21
// Token: 0x06001F75 RID: 8053 RVA: 0x00051F60 File Offset: 0x00050160
22
public
WebRequestModuleElement
(
string
prefix,
Type
type)
23
{
24
throw
new
NotSupportedException
();
25
}
26
27
// Token: 0x17000757 RID: 1879
28
// (get) Token: 0x06001F76 RID: 8054 RVA: 0x00051F74 File Offset: 0x00050174
29
// (set) Token: 0x06001F77 RID: 8055 RVA: 0x00051F88 File Offset: 0x00050188
30
public
string
Prefix
31
{
32
get
33
{
34
throw
new
NotSupportedException
();
35
}
36
set
37
{
38
throw
new
NotSupportedException
();
39
}
40
}
41
42
// Token: 0x17000758 RID: 1880
43
// (get) Token: 0x06001F78 RID: 8056 RVA: 0x00051F9C File Offset: 0x0005019C
44
protected
override
ConfigurationPropertyCollection
Properties
45
{
46
get
47
{
48
throw
new
NotSupportedException
();
49
}
50
}
51
52
// Token: 0x17000759 RID: 1881
53
// (get) Token: 0x06001F79 RID: 8057 RVA: 0x00051FB0 File Offset: 0x000501B0
54
// (set) Token: 0x06001F7A RID: 8058 RVA: 0x00051FC4 File Offset: 0x000501C4
55
public
Type
Type
56
{
57
get
58
{
59
throw
new
NotSupportedException
();
60
}
61
set
62
{
63
throw
new
NotSupportedException
();
64
}
65
}
66
}
67
}
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Net.Configuration.WebRequestModuleElement.WebRequestModuleElement
WebRequestModuleElement(string prefix, Type type)
Definition
WebRequestModuleElement.cs:22
System.Net.Configuration.WebRequestModuleElement.Properties
override ConfigurationPropertyCollection Properties
Definition
WebRequestModuleElement.cs:45
System.Net.Configuration.WebRequestModuleElement.WebRequestModuleElement
WebRequestModuleElement()
Definition
WebRequestModuleElement.cs:10
System.Net.Configuration.WebRequestModuleElement.Prefix
string Prefix
Definition
WebRequestModuleElement.cs:31
System.Net.Configuration.WebRequestModuleElement.WebRequestModuleElement
WebRequestModuleElement(string prefix, string type)
Definition
WebRequestModuleElement.cs:16
System.Net.Configuration.WebRequestModuleElement
Definition
WebRequestModuleElement.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Type
Definition
Type.cs:12
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.Net.Configuration
Definition
AuthenticationModuleElement.cs:5
System
Definition
__ComObject.cs:4
source
System
Net
Configuration
WebRequestModuleElement.cs
Generated by
1.10.0