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

◆ SendAsync() [3/8]

void System.Net.NetworkInformation.Ping.SendAsync ( IPAddress address,
int timeout,
object? userToken )
inline

Definition at line 254 of file Ping.cs.

255 {
256 SendAsync(address, timeout, DefaultSendBuffer, userToken);
257 }
void SendAsync(string hostNameOrAddress, object? userToken)
Definition Ping.cs:239

References System.Net.NetworkInformation.Ping.DefaultSendBuffer, System.Net.NetworkInformation.Ping.SendAsync(), and System.timeout.