|
|
|
@ -2456,15 +2456,15 @@ namespace WebSocketSharp
|
|
|
|
/// </exception>
|
|
|
|
/// </exception>
|
|
|
|
/// <exception cref="ArgumentException">
|
|
|
|
/// <exception cref="ArgumentException">
|
|
|
|
/// <para>
|
|
|
|
/// <para>
|
|
|
|
/// <paramref name="code"/> is 1011 (server error) and
|
|
|
|
/// <paramref name="code"/> is 1011 (server error).
|
|
|
|
/// it cannot be used by clients.
|
|
|
|
/// It cannot be used by clients.
|
|
|
|
/// </para>
|
|
|
|
/// </para>
|
|
|
|
/// <para>
|
|
|
|
/// <para>
|
|
|
|
/// -or-
|
|
|
|
/// -or-
|
|
|
|
/// </para>
|
|
|
|
/// </para>
|
|
|
|
/// <para>
|
|
|
|
/// <para>
|
|
|
|
/// <paramref name="code"/> is 1010 (mandatory extension) and
|
|
|
|
/// <paramref name="code"/> is 1010 (mandatory extension).
|
|
|
|
/// it cannot be used by servers.
|
|
|
|
/// It cannot be used by servers.
|
|
|
|
/// </para>
|
|
|
|
/// </para>
|
|
|
|
/// </exception>
|
|
|
|
/// </exception>
|
|
|
|
public void Close (ushort code)
|
|
|
|
public void Close (ushort code)
|
|
|
|
|