Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Get the Local Machine IP Address
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00889584
Message ID:
00889616
Vues:
23
I found out.
        Dim sAddr As String
        Dim h As System.Net.IPHostEntry = System.Net.Dns.GetHostByName(System.Net.Dns.GetHostName)
        sAddr = CType(h.AddressList.GetValue(0), IPAddress).ToString
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform