|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.Net.DnsEndPoint:
Collaboration diagram for System.Net.DnsEndPoint:Public Member Functions | |
| DnsEndPoint (string host, int port) | |
| DnsEndPoint (string host, int port, AddressFamily addressFamily) | |
| override bool | Equals (object comparand) |
| override int | GetHashCode () |
| override string | ToString () |
| virtual SocketAddress | Serialize () |
| virtual EndPoint | Create (SocketAddress socketAddress) |
Properties | |
| string | Host [get, set] |
| override AddressFamily | AddressFamily [get, set] |
| int | Port [get, set] |
Private Attributes | |
| string | m_Host |
| int | m_Port |
| AddressFamily | m_Family |
Definition at line 9 of file DnsEndPoint.cs.