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

◆ SendAsync() [6/8]

void System.Net.NetworkInformation.Ping.SendAsync ( string hostNameOrAddress,
int timeout,
byte[] buffer,
PingOptions? options,
object? userToken )
inline

Definition at line 269 of file Ping.cs.

270 {
271 TranslateTaskToEap(userToken, SendPingAsync(hostNameOrAddress, timeout, buffer, options));
272 }
Task< PingReply > SendPingAsync(IPAddress address)
Definition Ping.cs:293
void TranslateTaskToEap(object userToken, Task< PingReply > pingTask)
Definition Ping.cs:279

References System.buffer, System.options, System.Net.NetworkInformation.Ping.SendPingAsync(), System.timeout, and System.Net.NetworkInformation.Ping.TranslateTaskToEap().