[Modify] Edit it

This commit is contained in:
sta 2019-12-22 21:38:42 +09:00
parent dcbc93a606
commit 90faa410b7

View File

@ -554,7 +554,15 @@ namespace WebSocketSharp.Net
/// </para> /// </para>
/// </value> /// </value>
/// <exception cref="ArgumentException"> /// <exception cref="ArgumentException">
/// The value specified for a set operation is not an absolute URL. /// <para>
/// The value specified for a set operation is an empty string.
/// </para>
/// <para>
/// -or-
/// </para>
/// <para>
/// The value specified for a set operation 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.