System.ClientModel.Primitives.IClientBuilder
Provides a builder interface for configuring client applications.
namespace System.ClientModel.Primitives
{
public interface IClientBuilder : IHostApplicationBuilder
{
IHostApplicationBuilder PostConfigure(Action<ClientSettings> configure);
}
}