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.
1using System;
2
3namespace 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
12 // Token: 0x04000992 RID: 2450
13 Tcp,
14 // Token: 0x04000993 RID: 2451
16 // Token: 0x04000994 RID: 2452
17 All
18 }
19}