C# Class lageant.client.LageantClient

Inheritance: ILageantClient
显示文件 Open project: bitbeans/lageant

Public Methods

Method 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 method

Connect to the lageant keystore.
public Connect ( ) : bool
return bool

Dispose() public method

Dispose the client.
public Dispose ( ) : void
return void

LageantClient() public method

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