c# SessionOptions.AddRawSettings not work
Hello,
I tried this:
and the SessionOption.HostName dosn't changed.
What is wrong?
Greets
I tried this:
SessionOptions sessionOptions = new SessionOptions(); sessionOptions.AddRawSettings("HostName", "test.de");
and the SessionOption.HostName dosn't changed.
What is wrong?
Greets