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

◆ SendPingAsyncCore()

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

Definition at line 452 of file Ping.cs.

453 {
454 return DoSendPingCore(address, buffer, timeout, options, isAsync: true);
455 }
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.GetAddressAndSendAsync(), and System.Net.NetworkInformation.Ping.SendPingAsyncInternal().