Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder" />.</param>
<summary>
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
for a named <see cref="N:Microsoft.Extensions.HttpClient" />.
for a named HttpClient.
</summary>
<returns>The given <see cref="T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder" /> instance to allow method chaining.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -78,7 +78,7 @@
<param name="configure">Configure using a <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerBuilder" /> instance.</param>
<summary>
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
for a named <see cref="N:Microsoft.Extensions.HttpClient" />.
for a named HttpClient.
</summary>
<returns>The given <see cref="T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder" /> instance to allow method chaining.</returns>
<remarks>To be added.</remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<param name="section">Configuration for <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerOptions" />.</param>
<summary>
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
for a named <see cref="N:Microsoft.Extensions.HttpClient" /> and will use <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" /> to configure it.
for a named HttpClient and will use <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" /> to configure it.
</summary>
<returns>The <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerBuilder" />.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -190,7 +190,7 @@
<param name="configure">Configuration for <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerOptions" />.</param>
<summary>
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
for a named <see cref="N:Microsoft.Extensions.HttpClient" /> and will use the delegate to configure it.
for a named HttpClient and will use the delegate to configure it.
</summary>
<returns>The <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerBuilder" />.</returns>
<remarks>To be added.</remarks>
Expand Down