How to set an environment variable called CLIENTIP?
- by eKek0
I was trying to use the sentence
Environment.SetEnvironmentVariable("CLIENTIP", <value>)
but it didn't work. I used both an string variable and a constant to set the value.
So, how can I do this to work?