How to set an environment variable called CLIENTIP?

Posted by eKek0 on Stack Overflow See other posts from Stack Overflow or by eKek0
Published on 2010-06-09T15:00:39Z Indexed on 2010/06/09 15:02 UTC
Read the original article Hit count: 252

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET