Clients IP address (http request object)

I'm new to radzen and angular, know a little bit of C# and Javascript, newbie with TypeScript.

I'm trying to get client's information within the (usually) http request object. How can I get that info in custom method (ServerMethodController.cs)?

Thanks.

Hi @KuKuDaPe,

Various ways are described in this thread:
https://stackoverflow.com/questions/51116403/how-to-get-client-ip-address-in-asp-net-core-2-1/51245326

Problem solved. Thanks.