Click or drag to resize

CredentialsOptionsInitializeProperties Method

Initializes the properties of the object. To use after building the object with the constructor without arguments.

Namespace:  LinkarCommon
Assembly:  LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public void InitializeProperties(
	string host,
	string entrypoint,
	short port,
	string username,
	string password,
	string language = "",
	string freetext = "",
	string pluginId = ""
)

Parameters

host
Type: SystemString
address or hostname where Linkar Server is listening.
entrypoint
Type: SystemString
The EntryPoint Name defined in Linkar Server.
port
Type: SystemInt16
Port number where the EntryPoint keeps listening.
username
Type: SystemString
Linkar Server username.
password
Type: SystemString
Password of the user Linkear Server.
language (Optional)
Type: SystemString
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.
freetext (Optional)
Type: SystemString
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".
pluginId (Optional)
Type: SystemString
Internal code to enable its use in Linkar Server. Used by Plugin developers.
See Also