You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public static string GetLocalIPv4(NetworkInterfaceType _type)
{
// Checks your IP adress from the local network connected to a gateway. This to avoid issues with double network cards
string output = ""; // default output
改成
string output = "0.0.0.0"; // default output
The text was updated successfully, but these errors were encountered:
改成
string output = "0.0.0.0"; // default output
The text was updated successfully, but these errors were encountered: