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

◆ GetHostAddressesAsync() [3/3]

static Task< IPAddress[]> System.Net.Dns.GetHostAddressesAsync ( string hostNameOrAddress,
CancellationToken cancellationToken )
inlinestatic

Definition at line 210 of file Dns.cs.

211 {
213 }
static Task GetHostEntryOrAddressesCoreAsync(string hostName, bool justReturnParsedIp, bool throwOnIIPAny, bool justAddresses, AddressFamily family, CancellationToken cancellationToken)
Definition Dns.cs:472

References System.cancellationToken, and System.Net.Dns.GetHostEntryOrAddressesCoreAsync().