The client's computer name is not available in any way on the server. This is the nature of the http request-response. You only can have its IP address.
string IP = Request.UserHostName;
string compName = CompNameHelper.DetermineCompName(IP);
Best regards,
Lan Huang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.