Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IPHostEntry.cs
Go to the documentation of this file.
1namespace System.Net;
2
3public class IPHostEntry
4{
5 public string HostName { get; set; }
6
7 public string[] Aliases { get; set; }
8
9 public IPAddress[] AddressList { get; set; }
10}
IPAddress[] AddressList
Definition IPHostEntry.cs:9