Differences
This shows you the differences between the selected revisions of the page.
| 2019-09-25 | 2019-10-03 | ||
| 5.16 Added SessionOptions.Name and SessionOptions.ToString (returning the .Name). (martin) | typo (martin) | ||
| Line 55: | Line 55: | ||
| ===== Remarks ===== | ===== Remarks ===== | ||
| - | The using the ''SessionOptions'' instance with the ''[[library_session_open|Session.Open]]'', you need to fill in all properties required to connect and authenticate your session automatically. | + | When using the ''SessionOptions'' instance with the ''[[library_session_open|Session.Open]]'', you need to fill in all properties required to connect and authenticate your session automatically. |
| You always need to fill in ''Protocol'', ''HostName'' and ''UserName''.((Except for very rare occasions that the server does not require username.)) | You always need to fill in ''Protocol'', ''HostName'' and ''UserName''.((Except for very rare occasions that the server does not require username.)) | ||