Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetHostAddressesCore()
[1/2]
static
IPAddress
[] System.Net.Dns.GetHostAddressesCore
(
IPAddress
address
,
AddressFamily
addressFamily
,
ValueStopwatch
stopwatch
)
inline
static
private
Definition at line
410
of file
Dns.cs
.
411
{
412
return
(IPAddress[])
GetHostEntryOrAddressesCore
(address,
justAddresses
:
true
,
addressFamily
,
stopwatch
);
413
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Net.Dns.GetHostEntryOrAddressesCore
static object GetHostEntryOrAddressesCore(string hostName, bool justAddresses, AddressFamily addressFamily, ValueStopwatch stopwatch)
Definition
Dns.cs:367
References
System.Net.Dns.GetHostEntryOrAddressesCore()
.
System
Net
Dns
Generated by
1.10.0