Read-Only Property
(As String )
StringValue =
aWebSession.
RemoteAddress New in 2010r4Supported 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)