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

◆ SendPingAsync() [3/8]

Task< PingReply > System.Net.NetworkInformation.Ping.SendPingAsync ( IPAddress address,
int timeout,
byte[] buffer )
inline

Definition at line 313 of file Ping.cs.

314 {
315 return SendPingAsync(address, timeout, buffer, null);
316 }
Task< PingReply > SendPingAsync(IPAddress address)
Definition Ping.cs:293

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