I need to save in that machine the user performed a certain action, for that I was using the following excerpt:
string maquina = Dns.GetHostName();
But I hardly knew that this would return the HostName of the server. How do I get the HostName of the client?