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

◆ Send() [5/8]

PingReply System.Net.NetworkInformation.Ping.Send ( string hostNameOrAddress)
inline

Definition at line 176 of file Ping.cs.

177 {
178 return Send(hostNameOrAddress, 5000, DefaultSendBuffer);
179 }

References System.Net.NetworkInformation.Ping.DefaultSendBuffer, and System.Net.Sockets.Send.