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
IPAddressParserStatics.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x02000128 RID: 296
6 internal static class IPAddressParserStatics
7 {
8 // Token: 0x04000567 RID: 1383
9 public const int IPv4AddressBytes = 4;
10
11 // Token: 0x04000568 RID: 1384
12 public const int IPv6AddressBytes = 16;
13
14 // Token: 0x04000569 RID: 1385
15 public const int IPv6AddressShorts = 8;
16 }
17}