Click or drag to resize

ConnectionInfo Class

Linkar Framework for .NET and Core


Contains the necessary information to stablished a permanent session with LinkarSERVER. Used by Login operation and Permanent operations.
Inheritance Hierarchy
SystemObject
  LinkarConnectionInfo

Namespace: Linkar
Assembly: Linkar (in Linkar.dll) Version: 2.3.1
Syntax
public class ConnectionInfo

The ConnectionInfo type exposes the following members.

Constructors
 NameDescription
Public methodConnectionInfo Initializes a new instance of the CredentialOptions class
Public methodConnectionInfo(String, String, String, CredentialOptions) Initializes a new instance of the ConnectionInfo class
Top
Properties
 NameDescription
Public propertyCredentialOptions Contains the necessary information to connect to the Database.
Public propertyLkConnectionId The internal Id of the connection stablished with Linkar Server
Public propertyPublicKey The public key used to encrypt communications between Linkar Server and Linkar Clients
Public propertySessionId The Session Id that identify the user logged.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
See Also