|
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 Terraria.Net.TcpAddress:
Collaboration diagram for Terraria.Net.TcpAddress:Public Member Functions | |
| TcpAddress (IPAddress address, int port) | |
| TcpAddress (string host, int port) | |
| override string | GetIdentifier () |
| override bool | IsLocalHost () |
| override string | ToString () |
| override string | GetFriendlyName () |
Static Public Member Functions | |
| static bool | IsLocalHost (string addressString) |
Public Attributes | |
| string | Host |
| IPAddress | Address |
| int | Port |
| AddressType | Type |
Definition at line 11 of file TcpAddress.cs.