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

◆ DnsEndPoint() [2/2]

System.Net.DnsEndPoint.DnsEndPoint ( string host,
int port,
global::System::Net::Sockets::AddressFamily addressFamily )
inline

Definition at line 15 of file DnsEndPoint.cs.

16 {
17 if (host != null)
18 {
19 bool flag = string.IsNullOrEmpty(host);
20 this.m_Host = host;
21 this.m_Port = port;
22 return;
23 }
24 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.