|
|
|
@ -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">
|
|
|
|
|
|
|
|
/// <para>
|
|
|
|
|
|
|
|
/// <paramref name="url"/> is an empty string.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
|
|
|
|
/// <para>
|
|
|
|
|
|
|
|
/// -or-
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
|
|
|
|
/// <para>
|
|
|
|
/// <paramref name="url"/> is not an absolute URL.
|
|
|
|
/// <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.
|
|
|
|
|