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

◆ ToString()

override string System.Net.DnsEndPoint.ToString ( )
inline

Definition at line 66 of file DnsEndPoint.cs.

67 {
68 return _family.ToString() + "/" + _host + ":" + _port;
69 }
readonly string _host
Definition DnsEndPoint.cs:8
readonly AddressFamily _family

References System.Net.DnsEndPoint._family, System.Net.DnsEndPoint._host, and System.Net.DnsEndPoint._port.

Referenced by System.Net.DnsEndPoint.GetHashCode().