Skip to content

Commit e793088

Browse files
Jan JahodaJan Jahodakarelz
authored
WinHttpHandler - update documentation (#4323)
* WinHttpHandler doc * Apply suggestions from code review Co-authored-by: Karel Zikmund <[email protected]> Co-authored-by: Jan Jahoda <[email protected]> Co-authored-by: Karel Zikmund <[email protected]>
1 parent f5b2862 commit e793088

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System.Net.Http/WinHttpHandler.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@
392392
<Parameter Name="disposing" Type="System.Boolean" />
393393
</Parameters>
394394
<Docs>
395-
<param name="disposing">To be added.</param>
396-
<summary>To be added.</summary>
395+
<param name="disposing"><see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
396+
<summary>Releases the unmanaged resources used by the <see cref="T:System.Net.Http.WinHttpHandler" />, and optionally disposes of the managed resources.</summary>
397397
<remarks>To be added.</remarks>
398398
</Docs>
399399
</Member>
@@ -601,8 +601,8 @@
601601
<ReturnType>System.Collections.Generic.IDictionary&lt;System.String,System.Object&gt;</ReturnType>
602602
</ReturnValue>
603603
<Docs>
604-
<summary>To be added.</summary>
605-
<value>To be added.</value>
604+
<summary>Gets a writable dictionary (that is, a map) of custom properties for the <see cref="T:System.Net.Http.HttpClient" /> requests. The dictionary is initialized empty; you can insert and query key-value pairs for your custom handlers and special processing.</summary>
605+
<value>A writable dictionary of custom properties.</value>
606606
<remarks>To be added.</remarks>
607607
</Docs>
608608
</Member>

0 commit comments

Comments
 (0)