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
SocketOptionLevel.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Net.Sockets
4
{
5
// Token: 0x02000301 RID: 769
6
public
enum
SocketOptionLevel
7
{
8
// Token: 0x04001091 RID: 4241
9
Socket
= 65535,
10
// Token: 0x04001092 RID: 4242
11
IP
= 0,
12
// Token: 0x04001093 RID: 4243
13
IPv6
= 41,
14
// Token: 0x04001094 RID: 4244
15
Tcp
= 6,
16
// Token: 0x04001095 RID: 4245
17
Udp
= 17
18
}
19
}
System.Net.Sockets.Socket
Definition
Socket.cs:15
System.Net.Sockets.SocketOptionLevel
SocketOptionLevel
Definition
SocketOptionLevel.cs:7
System.Net.Sockets.ProtocolType.Tcp
@ Tcp
System.Net.Sockets.ProtocolType.Udp
@ Udp
System.Net.Sockets.ProtocolType.IP
@ IP
System.Net.Sockets.ProtocolType.IPv6
@ IPv6
System.Net.Sockets
Definition
AddressFamily.cs:4
System
Definition
__ComObject.cs:4
source
System
Net
Sockets
SocketOptionLevel.cs
Generated by
1.10.0