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

◆ SendAsync() [7/8]

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

Definition at line 244 of file Ping.cs.

245 {
246 SendAsync(hostNameOrAddress, timeout, DefaultSendBuffer, userToken);
247 }
void SendAsync(string hostNameOrAddress, object? userToken)
Definition Ping.cs:239

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