Skip to content

Commit 70a2b23

Browse files
author
Jan Jahoda
committed
Update item[string] property
1 parent 0d53660 commit 70a2b23

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

xml/System.Net/WebHeaderCollection.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,13 +1482,16 @@
14821482
<ReturnType>System.String</ReturnType>
14831483
</ReturnValue>
14841484
<Parameters>
1485-
<Parameter Name="name" Type="System.String" Index="0" FrameworkAlternate="dotnet-uwp-10.0;net-5.0;netcore-1.0;netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netstandard-2.1" />
1485+
<Parameter Name="name" Type="System.String" Index="0" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1;netstandard-2.1" />
14861486
</Parameters>
14871487
<Docs>
1488-
<param name="name">To be added.</param>
1489-
<summary>To be added.</summary>
1490-
<value>To be added.</value>
1488+
<param name="name">Header name.</param>
1489+
<summary>Gets or sets the specified response header.</summary>
1490+
<value>A <see cref="T:System.String" /> instance containing the specified header.</value>
14911491
<remarks>To be added.</remarks>
1492+
<exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="value" /> is greater than 65535.</exception>
1493+
<exception cref="T:System.InvalidOperationException">This <see cref="T:System.Net.WebHeaderCollection" /> instance does not allow instances of <see cref="T:System.Net.HttpResponseHeader" />.</exception>
1494+
<exception cref="T:System.NullReferenceException">The <paramref name="name" /> is null.</exception>
14921495
</Docs>
14931496
</Member>
14941497
<Member MemberName="Keys">

0 commit comments

Comments
 (0)