Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetHostAddressesCore() [2/2]

static IPAddress[] System.Net.Dns.GetHostAddressesCore ( string hostName,
AddressFamily addressFamily,
ValueStopwatch stopwatch = default(ValueStopwatch) )
inlinestaticprivate

Definition at line 362 of file Dns.cs.

363 {
364 return (IPAddress[])GetHostEntryOrAddressesCore(hostName, justAddresses: true, addressFamily, stopwatch);
365 }
static object GetHostEntryOrAddressesCore(string hostName, bool justAddresses, AddressFamily addressFamily, ValueStopwatch stopwatch)
Definition Dns.cs:367

References System.Net.Dns.GetHostEntryOrAddressesCore().

Referenced by System.Net.Dns.GetHostAddresses(), and System.Net.Dns.GetHostEntryOrAddressesCoreAsync().