[Modify] Edit it

This commit is contained in:
sta 2020-01-04 16:14:07 +09:00
parent 18f77fa521
commit 4f236579d4

View File

@ -328,7 +328,15 @@ namespace WebSocketSharp.Net
/// </para> /// </para>
/// </value> /// </value>
/// <exception cref="ArgumentException"> /// <exception cref="ArgumentException">
/// The value specified for a set operation is an empty string. /// <para>
/// The value specified for a set operation is an empty string.
/// </para>
/// <para>
/// -or-
/// </para>
/// <para>
/// The value specified for a set operation contains an invalid character.
/// </para>
/// </exception> /// </exception>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">
/// The response is already being sent. /// The response is already being sent.