SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
erminas.SmartAPI.Utils.ServerLogin Class Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

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.

Property Documentation

Uri erminas.SmartAPI.Utils.ServerLogin.Address
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.

PasswordAuthentication erminas.SmartAPI.Utils.ServerLogin.AuthData
getset

Authentication data (username/password)

Definition at line 47 of file ServerLogin.cs.

Version erminas.SmartAPI.Utils.ServerLogin.ManualVersionOverride
getset

Definition at line 49 of file ServerLogin.cs.

string erminas.SmartAPI.Utils.ServerLogin.Name
getset

(Optional) Name of the login.

Definition at line 54 of file ServerLogin.cs.

NetworkCredential erminas.SmartAPI.Utils.ServerLogin.WindowsAuthentication
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.


The documentation for this class was generated from the following file: