7 references to HttpClientFactoryServiceCollectionExtensions
Microsoft.Extensions.Http (7)
DependencyInjection\HttpClientBuilderExtensions.cs (3)
682
/// If used in conjunction with <see cref="
HttpClientFactoryServiceCollectionExtensions
.ConfigureHttpClientDefaults(IServiceCollection, Action{IHttpClientBuilder})"/>,
724
/// If used in conjunction with <see cref="
HttpClientFactoryServiceCollectionExtensions
.ConfigureHttpClientDefaults(IServiceCollection, Action{IHttpClientBuilder})"/>,
759
throw new InvalidOperationException($"{nameof(AddTypedClient)} isn't supported with {nameof(
HttpClientFactoryServiceCollectionExtensions
.ConfigureHttpClientDefaults)}.");
IHttpClientFactory.cs (1)
14
/// by calling <see cref="
HttpClientFactoryServiceCollectionExtensions
.AddHttpClient(IServiceCollection)"/>.
IHttpMessageHandlerFactory.cs (1)
14
/// by calling <see cref="
HttpClientFactoryServiceCollectionExtensions
.AddHttpClient(IServiceCollection)"/>.
ITypedHttpClientFactory.cs (2)
19
/// <see cref="
HttpClientFactoryServiceCollectionExtensions
.AddHttpClient{TClient}(IServiceCollection, string)"/> and
26
/// by calling <see cref="
HttpClientFactoryServiceCollectionExtensions
.AddHttpClient(IServiceCollection)"/>.