Skip to content

Commit 70d1a85

Browse files
authored
remove bad crefs from deprecated package (#11292)
1 parent 66eeaf0 commit 70d1a85

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

xml/Microsoft.Extensions.HttpClient.SocketHandling/HttpClientSocketHandlingExtensions.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<param name="builder">The <see cref="T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder" />.</param>
4949
<summary>
5050
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
51-
for a named <see cref="N:Microsoft.Extensions.HttpClient" />.
51+
for a named HttpClient.
5252
</summary>
5353
<returns>The given <see cref="T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder" /> instance to allow method chaining.</returns>
5454
<remarks>To be added.</remarks>
@@ -78,7 +78,7 @@
7878
<param name="configure">Configure using a <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerBuilder" /> instance.</param>
7979
<summary>
8080
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
81-
for a named <see cref="N:Microsoft.Extensions.HttpClient" />.
81+
for a named HttpClient.
8282
</summary>
8383
<returns>The given <see cref="T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder" /> instance to allow method chaining.</returns>
8484
<remarks>To be added.</remarks>

xml/Microsoft.Extensions.HttpClient.SocketHandling/SocketsHttpHandlerBuilder.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<param name="section">Configuration for <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerOptions" />.</param>
163163
<summary>
164164
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
165-
for a named <see cref="N:Microsoft.Extensions.HttpClient" /> and will use <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" /> to configure it.
165+
for a named HttpClient and will use <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" /> to configure it.
166166
</summary>
167167
<returns>The <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerBuilder" />.</returns>
168168
<remarks>To be added.</remarks>
@@ -190,7 +190,7 @@
190190
<param name="configure">Configuration for <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerOptions" />.</param>
191191
<summary>
192192
Adds a delegate that will set <see cref="T:System.Net.Http.SocketsHttpHandler" /> as the primary <see cref="T:System.Net.Http.HttpMessageHandler" />
193-
for a named <see cref="N:Microsoft.Extensions.HttpClient" /> and will use the delegate to configure it.
193+
for a named HttpClient and will use the delegate to configure it.
194194
</summary>
195195
<returns>The <see cref="T:Microsoft.Extensions.HttpClient.SocketHandling.SocketsHttpHandlerBuilder" />.</returns>
196196
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)