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: 278
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