[Modify] Edit it

This commit is contained in:
sta 2019-11-19 20:35:00 +09:00
parent b2c4bfa244
commit 7533929448

View File

@ -723,8 +723,8 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Adds an HTTP header with the specified <paramref name="name"/> and /// Adds or updates an HTTP header with the specified name and value in
/// <paramref name="value"/> to the headers for the response. /// the headers for the response.
/// </summary> /// </summary>
/// <param name="name"> /// <param name="name">
/// A <see cref="string"/> that represents the name of the header to add. /// A <see cref="string"/> that represents the name of the header to add.
@ -737,7 +737,8 @@ namespace WebSocketSharp.Net
/// </exception> /// </exception>
/// <exception cref="ArgumentException"> /// <exception cref="ArgumentException">
/// <para> /// <para>
/// <paramref name="name"/> or <paramref name="value"/> contains invalid characters. /// <paramref name="name"/> or <paramref name="value"/> contains
/// an invalid character.
/// </para> /// </para>
/// <para> /// <para>
/// -or- /// -or-
@ -747,7 +748,8 @@ namespace WebSocketSharp.Net
/// </para> /// </para>
/// </exception> /// </exception>
/// <exception cref="ArgumentOutOfRangeException"> /// <exception cref="ArgumentOutOfRangeException">
/// The length of <paramref name="value"/> is greater than 65,535 characters. /// The length of <paramref name="value"/> is greater than 65,535
/// characters.
/// </exception> /// </exception>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">
/// The header cannot be allowed to add to the current headers. /// The header cannot be allowed to add to the current headers.