Skip to content

Commit 4ac896f

Browse files
Jan JahodaJan Jahoda
andauthored
ReadOnlyMemoryContent class description (#4277)
* ReadOnlyMemoryContent class description * fix reference Co-authored-by: Jan Jahoda <[email protected]>
1 parent 59b9d50 commit 4ac896f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Net.Http/ReadOnlyMemoryContent.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</Base>
2424
<Interfaces />
2525
<Docs>
26-
<summary>To be added.</summary>
26+
<summary>Provides HTTP content based on a <see cref="T:System.ReadOnlyMemory&lt;System.Byte&gt;" />.</summary>
2727
<remarks>To be added.</remarks>
2828
</Docs>
2929
<Members>
@@ -49,8 +49,8 @@
4949
<Parameter Name="content" Type="System.ReadOnlyMemory&lt;System.Byte&gt;" />
5050
</Parameters>
5151
<Docs>
52-
<param name="content">To be added.</param>
53-
<summary>To be added.</summary>
52+
<param name="content">The content used to initialize the <see cref="T:System.Net.Http.ReadOnlyMemoryContent" />.</param>
53+
<summary>Initializes a new instance of the <see cref="T:System.Net.Http.ReadOnlyMemoryContent" /> class.</summary>
5454
<remarks>To be added.</remarks>
5555
</Docs>
5656
</Member>

0 commit comments

Comments
 (0)