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
{{ message }}
This repository was archived by the owner on Mar 19, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.Server.WebListener/HeaderDictionary.cs
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,8 @@ public bool ContainsKey(string key)
144
144
/// <summary>
145
145
/// Copies the <see cref="T:HeaderDictionary" /> elements to a one-dimensional Array instance at the specified index.
146
146
/// </summary>
147
-
/// <param name="array">The one-dimensional Array that is the destination of the specified objects copied from the <see cref="T:Microsoft.AspNetCore.Http.Internal.HeaderDictionary" />.</param>
147
+
/// <param name="array">The one-dimensional Array that is the destination of the specified objects copied from
148
+
/// the <see cref="T:HeaderDictionary" />.</param>
148
149
/// <param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying begins.</param>
0 commit comments