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

◆ SendPingAsync() [6/8]

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

Definition at line 308 of file Ping.cs.

309 {
310 return SendPingAsync(hostNameOrAddress, timeout, DefaultSendBuffer, null);
311 }
Task< PingReply > SendPingAsync(IPAddress address)
Definition Ping.cs:293

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