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

◆ SendAsync() [4/8]

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

Definition at line 249 of file Ping.cs.

250 {
251 SendAsync(address, 5000, DefaultSendBuffer, userToken);
252 }
void SendAsync(string hostNameOrAddress, object? userToken)
Definition Ping.cs:239

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