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

◆ SendAsync() [5/8]

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

Definition at line 259 of file Ping.cs.

260 {
261 SendAsync(hostNameOrAddress, timeout, buffer, null, userToken);
262 }
void SendAsync(string hostNameOrAddress, object? userToken)
Definition Ping.cs:239

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