ARTICLE
Get IP Address of a HOST in VB.NET
Tags: .NET, DNS, GetCommandLineArgs, GetHostByName, Host in VB.NET., Host Name, Internet, IP, IP Address, System.Environment, System.Net, ToString, VB.NET, Web Application, Web Forms
The .Net DNS class can be used to get a host name or an IP of a given host name. To use DNS class in your project, you need to include System.Net.