C# Class lageant.client.LageantClient

Inheritance: ILageantClient
Afficher le fichier Open project: bitbeans/lageant

Méthodes publiques

Méthode Description
Connect ( ) : bool

Connect to the lageant keystore.

Dispose ( ) : void

Dispose the client.

LageantClient ( ) : System

Initialize a new client and connect to the lageant keystore.

Method Details

Connect() public méthode

Connect to the lageant keystore.
public Connect ( ) : bool
Résultat bool

Dispose() public méthode

Dispose the client.
public Dispose ( ) : void
Résultat void

LageantClient() public méthode

Initialize a new client and connect to the lageant keystore.
public LageantClient ( ) : System
Résultat System