C# Class SKF.Enlight.Clients.Client

Datei anzeigen Open project: SKF/dotnet-enlight-sdk

Protected Properties

Property Type Description
_conn Connection

Public Methods

Method Description
Client ( string cacert, string cert, string key, string host, int port ) : System
Close ( ) : void

Method Details

Client() public method

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

Close() public method

public Close ( ) : void
return void

Property Details

_conn protected_oe property

protected Connection _conn
return Connection