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
ConnectionManagementSection.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
4
namespace
System.Net.Configuration
5
{
6
// Token: 0x02000468 RID: 1128
7
public
sealed
class
ConnectionManagementSection
:
ConfigurationSection
8
{
9
// Token: 0x06001EA2 RID: 7842 RVA: 0x00050EE4 File Offset: 0x0004F0E4
10
public
ConnectionManagementSection
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x170006EC RID: 1772
16
// (get) Token: 0x06001EA3 RID: 7843 RVA: 0x00050EF8 File Offset: 0x0004F0F8
17
public
ConnectionManagementElementCollection
ConnectionManagement
18
{
19
get
20
{
21
throw
new
NotSupportedException
();
22
}
23
}
24
25
// Token: 0x170006ED RID: 1773
26
// (get) Token: 0x06001EA4 RID: 7844 RVA: 0x00050F0C File Offset: 0x0004F10C
27
protected
override
ConfigurationPropertyCollection
Properties
28
{
29
get
30
{
31
throw
new
NotSupportedException
();
32
}
33
}
34
}
35
}
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Configuration.ConfigurationSection
Definition
ConfigurationSection.cs:8
System.Net.Configuration.ConnectionManagementElementCollection
Definition
ConnectionManagementElementCollection.cs:9
System.Net.Configuration.ConnectionManagementSection.ConnectionManagement
ConnectionManagementElementCollection ConnectionManagement
Definition
ConnectionManagementSection.cs:18
System.Net.Configuration.ConnectionManagementSection.Properties
override ConfigurationPropertyCollection Properties
Definition
ConnectionManagementSection.cs:28
System.Net.Configuration.ConnectionManagementSection.ConnectionManagementSection
ConnectionManagementSection()
Definition
ConnectionManagementSection.cs:10
System.Net.Configuration.ConnectionManagementSection
Definition
ConnectionManagementSection.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
ConnectionManagementSection.cs
Generated by
1.10.0