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
<summary>Gets or sets the specified response header.</summary>
1490
+
<value>A <seecref="T:System.String" /> instance containing the specified header.</value>
1491
1491
<remarks>To be added.</remarks>
1492
+
<exceptioncref="T:System.ArgumentOutOfRangeException">The length of <paramrefname="value" /> is greater than 65535.</exception>
1493
+
<exceptioncref="T:System.InvalidOperationException">This <seecref="T:System.Net.WebHeaderCollection" /> instance does not allow instances of <seecref="T:System.Net.HttpResponseHeader" />.</exception>
1494
+
<exceptioncref="T:System.NullReferenceException">The <paramrefname="name" /> is null.</exception>
0 commit comments