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

◆ SendPingAsync() [5/8]

Task< PingReply > System.Net.NetworkInformation.Ping.SendPingAsync ( string hostNameOrAddress)
inline

Definition at line 298 of file Ping.cs.

299 {
300 return SendPingAsync(hostNameOrAddress, 5000, DefaultSendBuffer, null);
301 }
Task< PingReply > SendPingAsync(IPAddress address)
Definition Ping.cs:293

References System.Net.NetworkInformation.Ping.DefaultSendBuffer, and System.Net.NetworkInformation.Ping.SendPingAsync().