[Modify] Edit it
This commit is contained in:
parent
794c2184b4
commit
a568bece87
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user