|
14 | 14 | </Base>
|
15 | 15 | <Interfaces />
|
16 | 16 | <Docs>
|
17 |
| - <summary>Contains the extension methods to send/receive HTTP content as JSON.</summary> |
| 17 | + <summary>Contains extension methods to send and receive HTTP content as JSON.</summary> |
18 | 18 | <remarks>To be added.</remarks>
|
19 | 19 | </Docs>
|
20 | 20 | <Members>
|
|
43 | 43 | <param name="requestUri">The Uri the request is sent to.</param>
|
44 | 44 | <param name="type">The type of the object to deserialize to and return.</param>
|
45 | 45 | <param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
46 |
| - <summary>Send a GET request to the specified Uri and return the value resulting from deserialize the response body as JSON in an asynchronous operation.</summary> |
| 46 | + <summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary> |
47 | 47 | <returns>The task object representing the asynchronous operation.</returns>
|
48 | 48 | <remarks>
|
49 | 49 | <format type="text/markdown"><![CDATA[
|
50 | 50 |
|
51 | 51 | ## Remarks
|
52 | 52 |
|
53 |
| -This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProperty=nameWithType> for deserialization. |
| 53 | +This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProperty=nameWithType> options for deserialization, whereas <xref:System.Text.Json.JsonSerializer> deserialization methods do not, by default. |
54 | 54 |
|
55 | 55 | ]]></format>
|
56 | 56 | </remarks>
|
@@ -81,14 +81,14 @@ This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProper
|
81 | 81 | <param name="requestUri">The Uri the request is sent to.</param>
|
82 | 82 | <param name="type">The type of the object to deserialize to and return.</param>
|
83 | 83 | <param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
84 |
| - <summary>Send a GET request to the specified Uri and return the value resulting from deserialize the response body as JSON in an asynchronous operation.</summary> |
| 84 | + <summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary> |
85 | 85 | <returns>The task object representing the asynchronous operation.</returns>
|
86 | 86 | <remarks>
|
87 | 87 | <format type="text/markdown"><![CDATA[
|
88 | 88 |
|
89 | 89 | ## Remarks
|
90 | 90 |
|
91 |
| -This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProperty=nameWithType> for deserialization. |
| 91 | +This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProperty=nameWithType> options for deserialization, whereas <xref:System.Text.Json.JsonSerializer> deserialization methods do not, by default. |
92 | 92 |
|
93 | 93 | ]]></format>
|
94 | 94 | </remarks>
|
@@ -119,9 +119,9 @@ This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProper
|
119 | 119 | <param name="client">The client used to send the request.</param>
|
120 | 120 | <param name="requestUri">The Uri the request is sent to.</param>
|
121 | 121 | <param name="type">The type of the object to deserialize to and return.</param>
|
122 |
| - <param name="options">Options to control the behavior during deserialization, the default options are <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param> |
| 122 | + <param name="options">Options to control the behavior during deserialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param> |
123 | 123 | <param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
124 |
| - <summary>Send a GET request to the specified Uri and return the value resulting from deserialize the response body as JSON in an asynchronous operation.</summary> |
| 124 | + <summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary> |
125 | 125 | <returns>The task object representing the asynchronous operation.</returns>
|
126 | 126 | <remarks>To be added.</remarks>
|
127 | 127 | </Docs>
|
@@ -151,9 +151,9 @@ This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProper
|
151 | 151 | <param name="client">The client used to send the request.</param>
|
152 | 152 | <param name="requestUri">The Uri the request is sent to.</param>
|
153 | 153 | <param name="type">The type of the object to deserialize to and return.</param>
|
154 |
| - <param name="options">Options to control the behavior during deserialization, the default options are <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param> |
| 154 | + <param name="options">Options to control the behavior during deserialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param> |
155 | 155 | <param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
156 |
| - <summary>Send a GET request to the specified Uri and return the value resulting from deserialize the response body as JSON in an asynchronous operation.</summary> |
| 156 | + <summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary> |
157 | 157 | <returns>The task object representing the asynchronous operation.</returns>
|
158 | 158 | <remarks>To be added.</remarks>
|
159 | 159 | </Docs>
|
@@ -185,14 +185,14 @@ This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProper
|
185 | 185 | <param name="client">The client used to send the request.</param>
|
186 | 186 | <param name="requestUri">The Uri the request is sent to.</param>
|
187 | 187 | <param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
188 |
| - <summary>Send a GET request to the specified Uri and return the value resulting from deserialize the response body as JSON in an asynchronous operation.</summary> |
| 188 | + <summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary> |
189 | 189 | <returns>The task object representing the asynchronous operation.</returns>
|
190 | 190 | <remarks>
|
191 | 191 | <format type="text/markdown"><![CDATA[
|
192 | 192 |
|
193 | 193 | ## Remarks
|
194 | 194 |
|
195 |
| -This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProperty=nameWithType> for deserialization. |
| 195 | +This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProperty=nameWithType> options for deserialization, whereas <xref:System.Text.Json.JsonSerializer> deserialization methods do not, by default. |
196 | 196 |
|
197 | 197 | ]]></format>
|
198 | 198 | </remarks>
|
@@ -225,14 +225,14 @@ This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProper
|
225 | 225 | <param name="client">The client used to send the request.</param>
|
226 | 226 | <param name="requestUri">The Uri the request is sent to.</param>
|
227 | 227 | <param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
228 |
| - <summary>Send a GET request to the specified Uri and return the value resulting from deserialize the response body as JSON in an asynchronous operation.</summary> |
| 228 | + <summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary> |
229 | 229 | <returns>The task object representing the asynchronous operation.</returns>
|
230 | 230 | <remarks>
|
231 | 231 | <format type="text/markdown"><![CDATA[
|
232 | 232 |
|
233 | 233 | ## Remarks
|
234 | 234 |
|
235 |
| -This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProperty=nameWithType> for deserialization. |
| 235 | +This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProperty=nameWithType> options for deserialization, whereas <xref:System.Text.Json.JsonSerializer> deserialization methods do not, by default. |
236 | 236 |
|
237 | 237 | ]]></format>
|
238 | 238 | </remarks>
|
@@ -265,9 +265,9 @@ This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProper
|
265 | 265 | <typeparam name="TValue">The target type to deserialize to.</typeparam>
|
266 | 266 | <param name="client">The client used to send the request.</param>
|
267 | 267 | <param name="requestUri">The Uri the request is sent to.</param>
|
268 |
| - <param name="options">Options to control the behavior during deserialization, the default options are <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param> |
| 268 | + <param name="options">Options to control the behavior during deserialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param> |
269 | 269 | <param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
270 |
| - <summary>Send a GET request to the specified Uri and return the value resulting from deserialize the response body as JSON in an asynchronous operation.</summary> |
| 270 | + <summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary> |
271 | 271 | <returns>The task object representing the asynchronous operation.</returns>
|
272 | 272 | <remarks>To be added.</remarks>
|
273 | 273 | </Docs>
|
@@ -299,9 +299,9 @@ This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProper
|
299 | 299 | <typeparam name="TValue">The target type to deserialize to.</typeparam>
|
300 | 300 | <param name="client">The client used to send the request.</param>
|
301 | 301 | <param name="requestUri">The Uri the request is sent to.</param>
|
302 |
| - <param name="options">Options to control the behavior during deserialization, the default options are <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param> |
| 302 | + <param name="options">Options to control the behavior during deserialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param> |
303 | 303 | <param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
304 |
| - <summary>Send a GET request to the specified Uri and return the value resulting from deserialize the response body as JSON in an asynchronous operation.</summary> |
| 304 | + <summary>Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.</summary> |
305 | 305 | <returns>The task object representing the asynchronous operation.</returns>
|
306 | 306 | <remarks>To be added.</remarks>
|
307 | 307 | </Docs>
|
@@ -336,14 +336,14 @@ This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProper
|
336 | 336 | <param name="requestUri">The Uri the request is sent to.</param>
|
337 | 337 | <param name="value">The value to serialize.</param>
|
338 | 338 | <param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
339 |
| - <summary>Send a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary> |
| 339 | + <summary>Sends a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary> |
340 | 340 | <returns>The task object representing the asynchronous operation.</returns>
|
341 | 341 | <remarks>
|
342 | 342 | <format type="text/markdown"><![CDATA[
|
343 | 343 |
|
344 | 344 | ## Remarks
|
345 | 345 |
|
346 |
| -This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProperty=nameWithType> for serialization. |
| 346 | +This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProperty=nameWithType> options for serialization, whereas <xref:System.Text.Json.JsonSerializer> serialization methods do not, by default. |
347 | 347 |
|
348 | 348 | ]]></format>
|
349 | 349 | </remarks>
|
@@ -379,14 +379,14 @@ This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProper
|
379 | 379 | <param name="requestUri">The Uri the request is sent to.</param>
|
380 | 380 | <param name="value">The value to serialize.</param>
|
381 | 381 | <param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
382 |
| - <summary>Send a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary> |
| 382 | + <summary>Sends a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary> |
383 | 383 | <returns>The task object representing the asynchronous operation.</returns>
|
384 | 384 | <remarks>
|
385 | 385 | <format type="text/markdown"><![CDATA[
|
386 | 386 |
|
387 | 387 | ## Remarks
|
388 | 388 |
|
389 |
| -This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProperty=nameWithType> for serialization. |
| 389 | +This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProperty=nameWithType> options for serialization, whereas <xref:System.Text.Json.JsonSerializer> serialization methods do not, by default. |
390 | 390 |
|
391 | 391 | ]]></format>
|
392 | 392 | </remarks>
|
@@ -421,9 +421,9 @@ This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProper
|
421 | 421 | <param name="client">The client used to send the request.</param>
|
422 | 422 | <param name="requestUri">The Uri the request is sent to.</param>
|
423 | 423 | <param name="value">The value to serialize.</param>
|
424 |
| - <param name="options">Options to control the behavior during serialization, the default options are <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param> |
| 424 | + <param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param> |
425 | 425 | <param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
426 |
| - <summary>Send a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary> |
| 426 | + <summary>Sends a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary> |
427 | 427 | <returns>The task object representing the asynchronous operation.</returns>
|
428 | 428 | <remarks>To be added.</remarks>
|
429 | 429 | </Docs>
|
@@ -457,9 +457,9 @@ This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProper
|
457 | 457 | <param name="client">The client used to send the request.</param>
|
458 | 458 | <param name="requestUri">The Uri the request is sent to.</param>
|
459 | 459 | <param name="value">The value to serialize.</param>
|
460 |
| - <param name="options">Options to control the behavior during serialization, the default options are <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param> |
| 460 | + <param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param> |
461 | 461 | <param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
462 |
| - <summary>Send a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary> |
| 462 | + <summary>Sends a POST request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary> |
463 | 463 | <returns>The task object representing the asynchronous operation.</returns>
|
464 | 464 | <remarks>To be added.</remarks>
|
465 | 465 | </Docs>
|
@@ -501,7 +501,7 @@ This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProper
|
501 | 501 |
|
502 | 502 | ## Remarks
|
503 | 503 |
|
504 |
| -This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProperty=nameWithType> for serialization. |
| 504 | +This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProperty=nameWithType> options for serialization, whereas <xref:System.Text.Json.JsonSerializer> serialization methods do not, by default. |
505 | 505 |
|
506 | 506 | ]]></format>
|
507 | 507 | </remarks>
|
@@ -544,7 +544,7 @@ This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProper
|
544 | 544 |
|
545 | 545 | ## Remarks
|
546 | 546 |
|
547 |
| -This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProperty=nameWithType> for serialization. |
| 547 | +This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProperty=nameWithType> options for serialization, whereas <xref:System.Text.Json.JsonSerializer> serialization methods do not, by default. |
548 | 548 |
|
549 | 549 | ]]></format>
|
550 | 550 | </remarks>
|
@@ -579,7 +579,7 @@ This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProper
|
579 | 579 | <param name="client">The client used to send the request.</param>
|
580 | 580 | <param name="requestUri">The Uri the request is sent to.</param>
|
581 | 581 | <param name="value">The value to serialize.</param>
|
582 |
| - <param name="options">Options to control the behavior during serialization, the default options are <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param> |
| 582 | + <param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param> |
583 | 583 | <param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
584 | 584 | <summary>Send a PUT request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
585 | 585 | <returns>The task object representing the asynchronous operation.</returns>
|
@@ -615,7 +615,7 @@ This method uses <xref:System.Text.Json.JsonSerializerDefaults.Web?displayProper
|
615 | 615 | <param name="client">The client used to send the request.</param>
|
616 | 616 | <param name="requestUri">The Uri the request is sent to.</param>
|
617 | 617 | <param name="value">The value to serialize.</param>
|
618 |
| - <param name="options">Options to control the behavior during serialization, the default options are <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param> |
| 618 | + <param name="options">Options to control the behavior during serialization. The default options are those specified by <see cref="F:System.Text.Json.JsonSerializerDefaults.Web" />.</param> |
619 | 619 | <param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param>
|
620 | 620 | <summary>Send a PUT request to the specified Uri containing the <paramref name="value" /> serialized as JSON in the request body.</summary>
|
621 | 621 | <returns>The task object representing the asynchronous operation.</returns>
|
|
0 commit comments