Class KepwareApiServiceCollectionExtensions
Provides extension methods for registering Kepware Configuration API clients with the dependency injection container.
public static class KepwareApiServiceCollectionExtensions
- Inheritance
-
KepwareApiServiceCollectionExtensions
- Inherited Members
Methods
- AddKepwareApiClient(IServiceCollection, string, KepwareApiClientOptions)
Adds a single Kepware Configuration API client to the service collection.
- AddKepwareApiClient(IServiceCollection, string, string, string, string, int, bool, Action<HttpClient>?, Action<IHttpClientBuilder>?)
Adds a single Kepware API client to the service collection with specified parameters.
- AddKepwareApiClients(IServiceCollection, IEnumerable<KeyValuePair<string, KepwareApiClientOptions>>)
Adds multiple Kepware Configuration API clients to the service collection.