W
Waldy
Hi there,
there are many articles on the web describing how to retrieve
the IP Address of the client machine that is connected to your web server.
The examples all seem to use the ServerVariables to get this. Why would you
use:
Request.ServerVariables["HOST_ADDR"]
rather than the built in attribute like so?:
Request.UserHostAddress
there are many articles on the web describing how to retrieve
the IP Address of the client machine that is connected to your web server.
The examples all seem to use the ServerVariables to get this. Why would you
use:
Request.ServerVariables["HOST_ADDR"]
rather than the built in attribute like so?:
Request.UserHostAddress