C# 클래스 lageant.client.LageantClient

상속: ILageantClient
파일 보기 프로젝트 열기: bitbeans/lageant

공개 메소드들

메소드 설명
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