Returns the client IP address.
RemoteAddr()
Type Returned:
String
Objects: Procedure, Transaction, Web Panel, Data Provider
Generators: .NET, Java
The RemoteAddr() function returns the IP address of the client PC that made the web request. The format of the string returned is: "nnn.nnn.nnn.nnn"
Note: This function is available and can be used from any GeneXus object. The result only makes sense if the object was directly or indirectly called by a Web Panel, or if it’s being executed in a web environment.
RemoteAddress Property