C# 클래스 SKF.Enlight.Clients.Client

파일 보기 프로젝트 열기: SKF/dotnet-enlight-sdk

보호된 프로퍼티들

프로퍼티 타입 설명
_conn Connection

공개 메소드들

메소드 설명
Client ( string cacert, string cert, string key, string host, int port ) : System
Close ( ) : void

메소드 상세

Client() 공개 메소드

public Client ( string cacert, string cert, string key, string host, int port ) : System
cacert string
cert string
key string
host string
port int
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

프로퍼티 상세

_conn 보호되어 있는 프로퍼티

protected Connection _conn
리턴 Connection