Click or drag to resize

ConnectionInfo(String, String, String, CredentialOptions) Constructor

Linkar Framework .NET (Core and Framework)


Initializes a new instance of the ConnectionInfo class

Namespace: Linkar
Assembly: Linkar (in Linkar.dll) Version: 2.3.1
Syntax
public ConnectionInfo(
	string sessionId,
	string lkConnectionId,
	string publicKey,
	CredentialOptions crdOptions
)

Parameters

sessionId  String
A unique Identifier for the stablished session in LinkarSERVER. This value is set after Login operation.
lkConnectionId  String
Internal LinkarSERVER ID to keep the session. This value is set after Login operation.
publicKey  String
The public key used to encrypt transmission data between LinkarCLIENT and LinkarSERVER. This value is set after Login operation.
crdOptions  CredentialOptions
The CredentialOptions object with the necessary information to connect to the LinkarSERVER.
See Also