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
SocketElement.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
using
System.Net.Sockets
;
4
5
namespace
System.Net.Configuration
6
{
7
// Token: 0x0200047E RID: 1150
8
public
sealed
class
SocketElement
:
ConfigurationElement
9
{
10
// Token: 0x06001F47 RID: 8007 RVA: 0x00051BC8 File Offset: 0x0004FDC8
11
public
SocketElement
()
12
{
13
throw
new
NotSupportedException
();
14
}
15
16
// Token: 0x17000748 RID: 1864
17
// (get) Token: 0x06001F48 RID: 8008 RVA: 0x00051BDC File Offset: 0x0004FDDC
18
// (set) Token: 0x06001F49 RID: 8009 RVA: 0x00051BF0 File Offset: 0x0004FDF0
19
public
bool
AlwaysUseCompletionPortsForAccept
20
{
21
get
22
{
23
throw
new
NotSupportedException
();
24
}
25
set
26
{
27
throw
new
NotSupportedException
();
28
}
29
}
30
31
// Token: 0x17000749 RID: 1865
32
// (get) Token: 0x06001F4A RID: 8010 RVA: 0x00051C04 File Offset: 0x0004FE04
33
// (set) Token: 0x06001F4B RID: 8011 RVA: 0x00051C18 File Offset: 0x0004FE18
34
public
bool
AlwaysUseCompletionPortsForConnect
35
{
36
get
37
{
38
throw
new
NotSupportedException
();
39
}
40
set
41
{
42
throw
new
NotSupportedException
();
43
}
44
}
45
46
// Token: 0x1700074A RID: 1866
47
// (get) Token: 0x06001F4C RID: 8012 RVA: 0x00051C2C File Offset: 0x0004FE2C
48
// (set) Token: 0x06001F4D RID: 8013 RVA: 0x00051C40 File Offset: 0x0004FE40
49
public
global::System.Net.Sockets.IPProtectionLevel
IPProtectionLevel
50
{
51
get
52
{
53
throw
new
NotSupportedException
();
54
}
55
set
56
{
57
throw
new
NotSupportedException
();
58
}
59
}
60
61
// Token: 0x1700074B RID: 1867
62
// (get) Token: 0x06001F4E RID: 8014 RVA: 0x00051C54 File Offset: 0x0004FE54
63
protected
override
ConfigurationPropertyCollection
Properties
64
{
65
get
66
{
67
throw
new
NotSupportedException
();
68
}
69
}
70
71
// Token: 0x06001F4F RID: 8015 RVA: 0x00051C68 File Offset: 0x0004FE68
72
protected
override
void
PostDeserialize
()
73
{
74
throw
new
NotSupportedException
();
75
}
76
}
77
}
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Net.Configuration.SocketElement.SocketElement
SocketElement()
Definition
SocketElement.cs:11
System.Net.Configuration.SocketElement.Properties
override ConfigurationPropertyCollection Properties
Definition
SocketElement.cs:64
System.Net.Configuration.SocketElement.PostDeserialize
override void PostDeserialize()
Definition
SocketElement.cs:72
System.Net.Configuration.SocketElement.AlwaysUseCompletionPortsForConnect
bool AlwaysUseCompletionPortsForConnect
Definition
SocketElement.cs:35
System.Net.Configuration.SocketElement.AlwaysUseCompletionPortsForAccept
bool AlwaysUseCompletionPortsForAccept
Definition
SocketElement.cs:20
System.Net.Configuration.SocketElement
Definition
SocketElement.cs:9
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.Net.Configuration
Definition
AuthenticationModuleElement.cs:5
System.Net.Sockets.IPProtectionLevel
IPProtectionLevel
Definition
IPProtectionLevel.cs:7
System.Net.Sockets
Definition
AddressFamily.cs:4
System
Definition
__ComObject.cs:4
source
System
Net
Configuration
SocketElement.cs
Generated by
1.10.0