Constructor KepwareApiClient
KepwareApiClient(KepwareApiClientOptions, ILoggerFactory, HttpClient)
Initializes a new instance of the KepwareApiClient class. This class represents a connection to an instance of Kepware. An instance of this is used in all configuration calls done.
public KepwareApiClient(KepwareApiClientOptions options, ILoggerFactory loggerFactory, HttpClient httpClient)
Parameters
options
KepwareApiClientOptionsThe client options as KepwareApiClientOptions.
loggerFactory
ILoggerFactoryThe loggerFactory instance.
httpClient
HttpClientThe Kepware.Api.KepwareApiClient.HttpClient instance for the connection.