WebSession.RemoteAddress

From Xojo Documentation

Read-Only Property (As String )
StringValue = aWebSession.RemoteAddress

New in 2010r4

Supported for all project types and targets.

The session's client IP address.

Example

Displays the IP address of the client browser:

MsgBox("IP Address = " + Self.RemoteAddress)