[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> /// <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> /// </summary>
/// <returns> /// <returns>
/// An array of <see cref="string"/> that receives the header values if found; /// <para>
/// otherwise, <see langword="null"/>. /// An array of <see cref="string"/> that receives the values of
/// the header.
/// </para>
/// <para>
/// <see langword="null"/> if not present.
/// </para>
/// </returns> /// </returns>
/// <param name="header"> /// <param name="header">
/// A <see cref="string"/> that represents the name of the header to find. /// A <see cref="string"/> that represents the name of the header to find.