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
optionsKepwareApiClientOptionsThe client options as KepwareApiClientOptions.
loggerFactoryILoggerFactoryThe loggerFactory instance.
httpClientHttpClientThe Kepware.Api.KepwareApiClient.HttpClient instance for the connection.