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
ConnectionManagementElement.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
4
namespace
System.Net.Configuration
5
{
6
// Token: 0x02000466 RID: 1126
7
public
sealed
class
ConnectionManagementElement
:
ConfigurationElement
8
{
9
// Token: 0x06001E8E RID: 7822 RVA: 0x00050D54 File Offset: 0x0004EF54
10
public
ConnectionManagementElement
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x06001E8F RID: 7823 RVA: 0x00050D68 File Offset: 0x0004EF68
16
public
ConnectionManagementElement
(
string
address,
int
maxConnection
)
17
{
18
throw
new
NotSupportedException
();
19
}
20
21
// Token: 0x170006E8 RID: 1768
22
// (get) Token: 0x06001E90 RID: 7824 RVA: 0x00050D7C File Offset: 0x0004EF7C
23
// (set) Token: 0x06001E91 RID: 7825 RVA: 0x00050D90 File Offset: 0x0004EF90
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: 0x170006E9 RID: 1769
37
// (get) Token: 0x06001E92 RID: 7826 RVA: 0x00050DA4 File Offset: 0x0004EFA4
38
// (set) Token: 0x06001E93 RID: 7827 RVA: 0x00050DB8 File Offset: 0x0004EFB8
39
public
int
MaxConnection
40
{
41
get
42
{
43
throw
new
NotSupportedException
();
44
}
45
set
46
{
47
throw
new
NotSupportedException
();
48
}
49
}
50
51
// Token: 0x170006EA RID: 1770
52
// (get) Token: 0x06001E94 RID: 7828 RVA: 0x00050DCC File Offset: 0x0004EFCC
53
protected
override
ConfigurationPropertyCollection
Properties
54
{
55
get
56
{
57
throw
new
NotSupportedException
();
58
}
59
}
60
}
61
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Net.Configuration.ConnectionManagementElement.ConnectionManagementElement
ConnectionManagementElement(string address, int maxConnection)
Definition
ConnectionManagementElement.cs:16
System.Net.Configuration.ConnectionManagementElement.Properties
override ConfigurationPropertyCollection Properties
Definition
ConnectionManagementElement.cs:54
System.Net.Configuration.ConnectionManagementElement.Address
string Address
Definition
ConnectionManagementElement.cs:25
System.Net.Configuration.ConnectionManagementElement.ConnectionManagementElement
ConnectionManagementElement()
Definition
ConnectionManagementElement.cs:10
System.Net.Configuration.ConnectionManagementElement.MaxConnection
int MaxConnection
Definition
ConnectionManagementElement.cs:40
System.Net.Configuration.ConnectionManagementElement
Definition
ConnectionManagementElement.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
ConnectionManagementElement.cs
Generated by
1.10.0