Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

tpc

Re: c# SessionOptions.AddRawSettings not work

Curious why you could not get this to work instead

SessionOptions sessionOptions = new SessionOptions();

sessionOptions.HostName = "test.de";
Taladan

i hope, it can be implement later. it make something easyer.
martin

Re: c# SessionOptions.AddRawSettings not work

It just does not work like that.
Moreover the AddRawSettings is intended for setting options that you cannot set with specific properties of SessionOptions.
Taladan

c# SessionOptions.AddRawSettings not work

Hello,

I tried this:

SessionOptions sessionOptions = new SessionOptions();

sessionOptions.AddRawSettings("HostName", "test.de");


and the SessionOption.HostName dosn't changed.

What is wrong?

Greets