[Modify] Edit it

This commit is contained in:
sta 2020-06-30 19:50:53 +09:00
parent 6e8bd5c87e
commit 1a191aebb5

View File

@ -1467,11 +1467,16 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Gets an array of header values stored in the specified <paramref name="header"/>.
/// Get the values of the header with the specified name in the collection.
/// </summary>
/// <returns>
/// An array of <see cref="string"/> that receives the header values if found;
/// otherwise, <see langword="null"/>.
/// <para>
/// An array of <see cref="string"/> that receives the values of
/// the header.
/// </para>
/// <para>
/// <see langword="null"/> if not present.
/// </para>
/// </returns>
/// <param name="header">
/// A <see cref="string"/> that represents the name of the header to find.