terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ IPEndPoint() [2/3]

System.Net.IPEndPoint.IPEndPoint ( IPAddress address,
int port )
inline

Definition at line 46 of file IPEndPoint.cs.

47 {
48 if (address != null)
49 {
50 this._port = port;
51 this._address = address;
52 return;
53 }
54 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.