<PackageReference Include="System.ClientModel" Version="1.9.0" />
API Differences between 1.9.0 and 1.8.0
27 Additions
0 Removals
System.ClientModel
-
public static class ConfigurationExtensions
- public static IClientBuilder AddClient<TClient, TSettings>(this IHostApplicationBuilder host, string sectionName) where TSettings : ClientSettings
- public static IClientBuilder AddClient<TClient, TSettings>(this IHostApplicationBuilder host, string sectionName, Action<TSettings> configureSettings) where TSettings : ClientSettings
- public static IClientBuilder AddKeyedClient<TClient, TSettings>(this IHostApplicationBuilder host, string key, string sectionName) where TSettings : ClientSettings
- public static IClientBuilder AddKeyedClient<TClient, TSettings>(this IHostApplicationBuilder host, string key, string sectionName, Action<TSettings> configureSettings) where TSettings : ClientSettings
- public static T GetClientSettings<T>(this IConfiguration configuration, string sectionName) where T : ClientSettings
System.ClientModel.Primitives