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
TransportType.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Net
4
{
5
// Token: 0x020001C7 RID: 455
6
public
enum
TransportType
7
{
8
// Token: 0x04000990 RID: 2448
9
Udp
= 1,
10
// Token: 0x04000991 RID: 2449
11
Connectionless
= 1,
12
// Token: 0x04000992 RID: 2450
13
Tcp
,
14
// Token: 0x04000993 RID: 2451
15
ConnectionOriented
= 2,
16
// Token: 0x04000994 RID: 2452
17
All
18
}
19
}
System.Net.TransportType
TransportType
Definition
TransportType.cs:7
System.Net.TransportType.Tcp
@ Tcp
System.Net.TransportType.Connectionless
@ Connectionless
System.Net.TransportType.Udp
@ Udp
System.Net.TransportType.All
@ All
System.Net.TransportType.ConnectionOriented
@ ConnectionOriented
System.Net
Definition
AuthenticationManager.cs:7
System
Definition
__ComObject.cs:4
source
System
Net
TransportType.cs
Generated by
1.10.0