[Modify] Edit it

This commit is contained in:
sta 2019-12-23 22:24:54 +09:00
parent 794c2184b4
commit a568bece87

View File

@ -984,7 +984,15 @@ namespace WebSocketSharp.Net
/// <paramref name="url"/> is <see langword="null"/>. /// <paramref name="url"/> is <see langword="null"/>.
/// </exception> /// </exception>
/// <exception cref="ArgumentException"> /// <exception cref="ArgumentException">
/// <paramref name="url"/> is not an absolute URL. /// <para>
/// <paramref name="url"/> is an empty string.
/// </para>
/// <para>
/// -or-
/// </para>
/// <para>
/// <paramref name="url"/> is not an absolute URL.
/// </para>
/// </exception> /// </exception>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">
/// The response is already being sent. /// The response is already being sent.