File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/HttpClientFactory/Http/src/DependencyInjection Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public static class HttpClientBuilderExtensions
19
19
/// <summary>
20
20
/// Adds a delegate that will be used to configure a named <see cref="HttpClient"/>.
21
21
/// </summary>
22
- /// <param name="builder">The <see cref="IServiceCollection "/>.</param>
22
+ /// <param name="builder">The <see cref="IHttpClientBuilder "/>.</param>
23
23
/// <param name="configureClient">A delegate that is used to configure an <see cref="HttpClient"/>.</param>
24
24
/// <returns>An <see cref="IHttpClientBuilder"/> that can be used to configure the client.</returns>
25
25
public static IHttpClientBuilder ConfigureHttpClient ( this IHttpClientBuilder builder , Action < HttpClient > configureClient )
@@ -42,7 +42,7 @@ public static IHttpClientBuilder ConfigureHttpClient(this IHttpClientBuilder bui
42
42
/// <summary>
43
43
/// Adds a delegate that will be used to configure a named <see cref="HttpClient"/>.
44
44
/// </summary>
45
- /// <param name="builder">The <see cref="IServiceCollection "/>.</param>
45
+ /// <param name="builder">The <see cref="IHttpClientBuilder "/>.</param>
46
46
/// <param name="configureClient">A delegate that is used to configure an <see cref="HttpClient"/>.</param>
47
47
/// <returns>An <see cref="IHttpClientBuilder"/> that can be used to configure the client.</returns>
48
48
/// <remarks>
You can’t perform that action at this time.
0 commit comments