Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Client IP
#1
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.
Reply
#2
(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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)