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
IPAddressInformation.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200029E RID: 670
6 public abstract class IPAddressInformation
7 {
8 // Token: 0x17000442 RID: 1090
9 // (get) Token: 0x0600127D RID: 4733
10 public abstract IPAddress Address { get; }
11
12 // Token: 0x0600127E RID: 4734 RVA: 0x00039EDC File Offset: 0x000380DC
14 {
15 }
16 }
17}