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
UriHostNameType.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x02000091 RID: 145
6 public enum UriHostNameType
7 {
8 // Token: 0x04000224 RID: 548
10 // Token: 0x04000225 RID: 549
11 Basic,
12 // Token: 0x04000226 RID: 550
13 Dns,
14 // Token: 0x04000227 RID: 551
15 IPv4,
16 // Token: 0x04000228 RID: 552
17 IPv6
18 }
19}