Table of Contents

Property ConfigureClient

Namespace
Kepware.Api
Assembly
Kepware.Api.dll

ConfigureClient

Gets or sets an action to configure the HttpClient.

public Action<HttpClient>? ConfigureClient { get; init; }

Property Value

Action<HttpClient>