|  | SmartAPI
    Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server | 
Contains alls information needed to connect to a server. The name is not needed for the connection but can used for client side organisation of login information. More...
| Public Member Functions | |
| ServerLogin () | |
| ServerLogin (string url, PasswordAuthentication authData) | |
| Properties | |
| Uri | Address  [get, set] | 
| Address of the server. If you do not know the version of the RedDot server use WebServiceURLProber.RqlUri to get the correct address. | |
| PasswordAuthentication | AuthData  [get, set] | 
| Authentication data (username/password) | |
| Version | ManualVersionOverride  [get, set] | 
| string | Name  [get, set] | 
| (Optional) Name of the login. | |
| NetworkCredential | WindowsAuthentication  [get, set] | 
| (Optional) Windows authentication information, only needed, when the cms server needs windows authentication before the cms login. | |
Contains alls information needed to connect to a server. The name is not needed for the connection but can used for client side organisation of login information.
Definition at line 24 of file ServerLogin.cs.
| erminas.SmartAPI.Utils.ServerLogin.ServerLogin | ( | ) | 
Definition at line 26 of file ServerLogin.cs.
| erminas.SmartAPI.Utils.ServerLogin.ServerLogin | ( | string | url, | 
| PasswordAuthentication | authData | ||
| ) | 
Definition at line 30 of file ServerLogin.cs.
| 
 | getset | 
Address of the server. If you do not know the version of the RedDot server use WebServiceURLProber.RqlUri to get the correct address.
Definition at line 42 of file ServerLogin.cs.
| 
 | getset | 
Authentication data (username/password)
Definition at line 47 of file ServerLogin.cs.
| 
 | getset | 
Definition at line 49 of file ServerLogin.cs.
| 
 | getset | 
(Optional) Name of the login.
Definition at line 54 of file ServerLogin.cs.
| 
 | getset | 
(Optional) Windows authentication information, only needed, when the cms server needs windows authentication before the cms login.
Definition at line 59 of file ServerLogin.cs.