C# Класс lageant.client.LageantClient

Наследование: ILageantClient
Показать файл Открыть проект

Открытые методы

Метод Описание
Connect ( ) : bool

Connect to the lageant keystore.

Dispose ( ) : void

Dispose the client.

LageantClient ( ) : System

Initialize a new client and connect to the lageant keystore.

Описание методов

Connect() публичный Метод

Connect to the lageant keystore.
public Connect ( ) : bool
Результат bool

Dispose() публичный Метод

Dispose the client.
public Dispose ( ) : void
Результат void

LageantClient() публичный Метод

Initialize a new client and connect to the lageant keystore.
public LageantClient ( ) : System
Результат System