Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Get the Local Machine IP Address
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00889584
Message ID:
00889616
Views:
22
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
Previous
Reply
Map
View

Click here to load this message in the networking platform