Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DnsEndPoint() [1/2]

System.Net.DnsEndPoint.DnsEndPoint ( string host,
int port )
inline

Definition at line 20 of file DnsEndPoint.cs.

21 : this(host, port, AddressFamily.Unspecified)
22 {
23 }