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

◆ LogFailure()

static bool System.Net.Dns.LogFailure ( ValueStopwatch stopwatch)
inlinestaticprivate

Definition at line 599 of file Dns.cs.

600 {
601 NameResolutionTelemetry.Log.AfterResolution(stopwatch, successful: false);
602 return false;
603 }

References System.Net.NameResolutionTelemetry.Log.

Referenced by System.Net.Dns.GetHostEntryOrAddressesCore(), System.Net.Dns.GetHostEntryOrAddressesCore(), and System.Net.Dns.GetHostName().