|
37 | 37 | </Interface>
|
38 | 38 | </Interfaces>
|
39 | 39 | <Docs>
|
40 |
| - <summary>To be added.</summary> |
| 40 | + <summary>Represents a collection of options for an HTTP request.</summary> |
41 | 41 | <remarks>To be added.</remarks>
|
42 | 42 | </Docs>
|
43 | 43 | <Members>
|
|
55 | 55 | </AssemblyInfo>
|
56 | 56 | <Parameters />
|
57 | 57 | <Docs>
|
58 |
| - <summary>To be added.</summary> |
| 58 | + <summary>Initializes a new instance of the HttpRequestOptions class.</summary> |
59 | 59 | <remarks>To be added.</remarks>
|
60 | 60 | </Docs>
|
61 | 61 | </Member>
|
|
83 | 83 | <Parameter Name="value" Type="TValue" />
|
84 | 84 | </Parameters>
|
85 | 85 | <Docs>
|
86 |
| - <typeparam name="TValue">To be added.</typeparam> |
87 |
| - <param name="key">To be added.</param> |
88 |
| - <param name="value">To be added.</param> |
89 |
| - <summary>To be added.</summary> |
| 86 | + <typeparam name="TValue">The type of the HTTP value as defined by <paramref name="key" />.</typeparam> |
| 87 | + <param name="key">The strongly typed key for the HTTP request option.</param> |
| 88 | + <param name="value">The value of the HTTP request option.</param> |
| 89 | + <summary>Sets the value of a specified HTTP request option.</summary> |
90 | 90 | <remarks>To be added.</remarks>
|
91 | 91 | </Docs>
|
92 | 92 | </Member>
|
@@ -545,11 +545,20 @@ This member is an explicit interface member implementation. It can be used only
|
545 | 545 | <Parameter Name="value" Type="System.Object" RefType="out" />
|
546 | 546 | </Parameters>
|
547 | 547 | <Docs>
|
548 |
| - <param name="key">To be added.</param> |
549 |
| - <param name="value">To be added.</param> |
550 |
| - <summary>To be added.</summary> |
551 |
| - <returns>To be added.</returns> |
552 |
| - <remarks>To be added.</remarks> |
| 548 | + <param name="key">The key of the value to get.</param> |
| 549 | + <param name="value">When this method returns, contains the value associated with the specified key, if the key is found; otherwise, the default value for the type of the <paramref name="value" /> parameter. This parameter is passed uninitialized.</param> |
| 550 | + <summary>Gets the value associated with the specified key.</summary> |
| 551 | + <returns> |
| 552 | + <see langword="true" /> if the <see cref="T:System.Collections.Generic.Dictionary`2" /> contains an element with the specified key; otherwise, <see langword="false" />.</returns> |
| 553 | + <remarks> |
| 554 | + <format type="text/markdown"><![CDATA[ |
| 555 | +
|
| 556 | +## Remarks |
| 557 | +
|
| 558 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Net.Http.HttpRequestOptions> instance is cast to an <xref:System.Collections.Generic.IDictionary%602> interface. |
| 559 | +
|
| 560 | + ]]></format> |
| 561 | + </remarks> |
553 | 562 | </Docs>
|
554 | 563 | </Member>
|
555 | 564 | <Member MemberName="System.Collections.Generic.IDictionary<System.String,System.Object>.Values">
|
@@ -684,11 +693,11 @@ This member is an explicit interface member implementation. It can be used only
|
684 | 693 | </Parameter>
|
685 | 694 | </Parameters>
|
686 | 695 | <Docs>
|
687 |
| - <typeparam name="TValue">To be added.</typeparam> |
688 |
| - <param name="key">To be added.</param> |
689 |
| - <param name="value">To be added.</param> |
690 |
| - <summary>To be added.</summary> |
691 |
| - <returns>To be added.</returns> |
| 696 | + <typeparam name="TValue">The type of the HTTP value as defined by <paramref name="key" />.</typeparam> |
| 697 | + <param name="key">The strongly typed key to get the value of an HTTP request option.</param> |
| 698 | + <param name="value">When this method returns, contains the value of the specified HTTP request option.</param> |
| 699 | + <summary>Gets the value of a specified HTTP request option.</summary> |
| 700 | + <returns><see langword="true" /> if the collection contains an element with the specified key; otherwise, <see langword="false" />.</returns> |
692 | 701 | <remarks>To be added.</remarks>
|
693 | 702 | </Docs>
|
694 | 703 | </Member>
|
|
0 commit comments