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

◆ SendAsync() [1/8]

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

Definition at line 264 of file Ping.cs.

265 {
266 SendAsync(address, timeout, buffer, null, userToken);
267 }
void SendAsync(string hostNameOrAddress, object? userToken)
Definition Ping.cs:239

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