Differences
This shows you the differences between the selected revisions of the page.
2018-08-20 | 2018-11-09 | ||
dotnet interwiki (martin) | footnote after punctuation (martin) | ||
Line 54: | Line 54: | ||
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. | 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. | ||
- | 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.)) |
In most cases you need to fill in ''Password''. Exceptions are: | In most cases you need to fill in ''Password''. Exceptions are: |