![]() |
|
Client IP - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Client IP (/thread-1597.html) |
Client IP - Rolphy Reyes - 03-18-2020 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. RE: Client IP - Joao Lira - 03-18-2020 (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. |