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

◆ GetIsNetworkAvailable()

static bool System.Net.NetworkInformation.NetworkInterfacePal.GetIsNetworkAvailable ( )
inlinestatic

Definition at line 14 of file NetworkInterfacePal.cs.

15 {
16 return SystemNetworkInterface.InternalGetIsNetworkAvailable();
17 }

References System.Net.NetworkInformation.SystemNetworkInterface.InternalGetIsNetworkAvailable().

Referenced by System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable().