You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Net.Http/StreamContent.xml
+17-2Lines changed: 17 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,15 @@
73
73
<Docs>
74
74
<paramname="content">The content used to initialize the <seecref="T:System.Net.Http.StreamContent" />.</param>
75
75
<summary>Creates a new instance of the <seecref="T:System.Net.Http.StreamContent" /> class.</summary>
76
-
<remarks>To be added.</remarks>
76
+
<remarks>
77
+
<formattype="text/markdown"><![CDATA[
78
+
79
+
## Remarks
80
+
81
+
The <xref:System.Net.Http.StreamContent> object calls <xref:System.IO.Stream.Dispose> on the provided <xref:System.IO.Stream> object when <xref:System.Net.Http.StreamContent.Dispose%2A?displayProperty=nameWithType> is called.
82
+
83
+
]]></format>
84
+
</remarks>
77
85
</Docs>
78
86
</Member>
79
87
<MemberMemberName=".ctor">
@@ -107,7 +115,14 @@
107
115
<paramname="content">The content used to initialize the <seecref="T:System.Net.Http.StreamContent" />.</param>
108
116
<paramname="bufferSize">The size, in bytes, of the buffer for the <seecref="T:System.Net.Http.StreamContent" />.</param>
109
117
<summary>Creates a new instance of the <seecref="T:System.Net.Http.StreamContent" /> class.</summary>
110
-
<remarks>To be added.</remarks>
118
+
<remarks>
119
+
<formattype="text/markdown"><![CDATA[
120
+
121
+
## Remarks
122
+
The <xref:System.Net.Http.StreamContent> object calls <xref:System.IO.Stream.Dispose> on the provided <xref:System.IO.Stream> object when <xref:System.Net.Http.StreamContent.Dispose%2A?displayProperty=nameWithType> is called.
123
+
124
+
]]></format>
125
+
</remarks>
111
126
<exceptioncref="T:System.ArgumentNullException">The <paramrefname="content" /> was <seelangword="null" />.</exception>
112
127
<exceptioncref="T:System.ArgumentOutOfRangeException">The <paramrefname="bufferSize" /> was less than or equal to zero.</exception>
0 commit comments