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

◆ EndGetHostAddresses()

static IPAddress[] System.Net.Dns.EndGetHostAddresses ( IAsyncResult asyncResult)
inlinestatic

Definition at line 225 of file Dns.cs.

226 {
227 return System.Threading.Tasks.TaskToApm.End<IPAddress[]>(asyncResult ?? throw new ArgumentNullException("asyncResult"));
228 }
static void End(IAsyncResult asyncResult)
Definition TaskToApm.cs:48

References System.asyncResult, and System.Threading.Tasks.TaskToApm.End().

Referenced by Terraria.Netplay.SetRemoteIPAsyncCallback().