|  | CredentialsOptions Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: LinkarCommon
 Syntax
SyntaxThe CredentialsOptions type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CredentialsOptions | Initializes a new instance of the CredentialsOptions class | 
|  | CredentialsOptions(String, String, Int16, String, String, String, String, String) | Initializes a new instance of the CredentialsOptions class | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | EntryPoint | The EntryPoint Name defined in Linkar Server. | 
|  | FreeText | Free text that will appear in the Linkar MANAGER to identify in an easy way who is making the petition. For example if the call is made from a ERP, here we can write "MyERP". | 
|  | Host | IP Address or hostname where Linkar Server is listening. | 
|  | Language | 
          Used to make the database routines know in which language they must answer. The Error messages coming from the Database are in English by default, but you can customize them.
         | 
|  | Password | Password of the user Linkar Server. | 
|  | PluginId | Internal code to enable its use in Linkar Server. Used by Plugin developers. | 
|  | Port | Port number where the EntryPoint keeps listening. | 
|  | Username | Linkar Server username. | 
 See Also
See Also