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
BypassElement.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
4
namespace
System.Net.Configuration
5
{
6
// Token: 0x02000464 RID: 1124
7
public
sealed
class
BypassElement
:
ConfigurationElement
8
{
9
// Token: 0x06001E7B RID: 7803 RVA: 0x00050BD8 File Offset: 0x0004EDD8
10
public
BypassElement
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x06001E7C RID: 7804 RVA: 0x00050BEC File Offset: 0x0004EDEC
16
public
BypassElement
(
string
address)
17
{
18
throw
new
NotSupportedException
();
19
}
20
21
// Token: 0x170006E4 RID: 1764
22
// (get) Token: 0x06001E7D RID: 7805 RVA: 0x00050C00 File Offset: 0x0004EE00
23
// (set) Token: 0x06001E7E RID: 7806 RVA: 0x00050C14 File Offset: 0x0004EE14
24
public
string
Address
25
{
26
get
27
{
28
throw
new
NotSupportedException
();
29
}
30
set
31
{
32
throw
new
NotSupportedException
();
33
}
34
}
35
36
// Token: 0x170006E5 RID: 1765
37
// (get) Token: 0x06001E7F RID: 7807 RVA: 0x00050C28 File Offset: 0x0004EE28
38
protected
override
ConfigurationPropertyCollection
Properties
39
{
40
get
41
{
42
throw
new
NotSupportedException
();
43
}
44
}
45
}
46
}
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Net.Configuration.BypassElement.BypassElement
BypassElement(string address)
Definition
BypassElement.cs:16
System.Net.Configuration.BypassElement.BypassElement
BypassElement()
Definition
BypassElement.cs:10
System.Net.Configuration.BypassElement.Address
string Address
Definition
BypassElement.cs:25
System.Net.Configuration.BypassElement.Properties
override ConfigurationPropertyCollection Properties
Definition
BypassElement.cs:39
System.Net.Configuration.BypassElement
Definition
BypassElement.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
BypassElement.cs
Generated by
1.10.0