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

◆ SendPingAsync() [7/8]

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

Definition at line 318 of file Ping.cs.

319 {
320 return SendPingAsync(hostNameOrAddress, timeout, buffer, null);
321 }
Task< PingReply > SendPingAsync(IPAddress address)
Definition Ping.cs:293

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