How to find the IP Address of a client in vb.net

If you need to find out the IP address of the visitor of your website then you can use the following code to get it

Request.UserHostAddress()

This will provide you the IP address of the user.