Atozed Forums

Full Version: Client IP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!

Is there a way to obtain the client IP? I need to know the IP from who is connecting to the app.

I been using different methods and all of them have failed.

WebApplication.Request.RemoteAddr
WebApplication.AppID
IWServerController.MachineName
TIWAppInfo.GetComputerName

The Application is hosted on IIS, in a Microsoft Server Azure.
(03-18-2020, 03:01 PM)Rolphy Reyes Wrote: [ -> ]Is there a way to obtain the client IP? I need to know the IP from who is connecting to the app.

In the ServerController's 'OnNewSession' event look for 'ASession.IP' on the event's parameter

Regards,
Joao Lira.