Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
DnsEndPoint (string host, int port) | |
DnsEndPoint (string host, int port, AddressFamily addressFamily) | |
override bool | Equals ([NotNullWhen(true)] object? comparand) |
override int | GetHashCode () |
override string | ToString () |
virtual SocketAddress | Serialize () |
virtual EndPoint | Create (SocketAddress socketAddress) |
Properties | |
string | Host [get] |
override AddressFamily | AddressFamily [get] |
int | Port [get] |
Private Attributes | |
readonly string | _host |
readonly int | _port |
readonly AddressFamily | _family |
Definition at line 6 of file DnsEndPoint.cs.