[Modify] Edit it

This commit is contained in:
sta 2020-05-04 20:41:43 +09:00
parent c97fd7d97a
commit 1d2bc73462

View File

@ -1079,12 +1079,8 @@ namespace WebSocketSharp.Net
/// Adds the specified header to the collection. /// Adds the specified header to the collection.
/// </summary> /// </summary>
/// <param name="header"> /// <param name="header">
/// <para> /// A <see cref="string"/> that specifies the header to add,
/// A <see cref="string"/> that specifies the header to add. /// with the name and value separated by a colon character (':').
/// </para>
/// <para>
/// It has the name and value separated by a colon character (':').
/// </para>
/// </param> /// </param>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="header"/> is <see langword="null"/>. /// <paramref name="header"/> is <see langword="null"/>.