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

◆ SendPingCore()

PingReply System.Net.NetworkInformation.Ping.SendPingCore ( IPAddress address,
byte[] buffer,
int timeout,
PingOptions options )
inlineprivate

Definition at line 447 of file Ping.cs.

448 {
449 return DoSendPingCore(address, buffer, timeout, options, isAsync: false).GetAwaiter().GetResult();
450 }
Task< PingReply > DoSendPingCore(IPAddress address, byte[] buffer, int timeout, PingOptions options, bool isAsync)
Definition Ping.cs:457

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

Referenced by System.Net.NetworkInformation.Ping.GetAddressAndSend(), and System.Net.NetworkInformation.Ping.Send().