Type: String
Returns the IP address of the visitor.
C# Example:
<html>Your IP address is:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.IPAddr);
%>
</html>
See Also:
ResolveIP Method (.NET)