|
|
@ -883,7 +883,7 @@ namespace WebSocketSharp.Server |
|
|
|
/// This method does not wait for the close to be complete.
|
|
|
|
/// </para>
|
|
|
|
/// <para>
|
|
|
|
/// This method does nothing if the current state of the WebSocket
|
|
|
|
/// This method does nothing when the current state of the WebSocket
|
|
|
|
/// interface is Closing or Closed.
|
|
|
|
/// </para>
|
|
|
|
/// </remarks>
|
|
|
@ -936,7 +936,8 @@ namespace WebSocketSharp.Server |
|
|
|
/// </para>
|
|
|
|
/// </exception>
|
|
|
|
/// <exception cref="InvalidOperationException">
|
|
|
|
/// The session has not started yet.
|
|
|
|
/// The CloseAsync method is not available when the session has not
|
|
|
|
/// started yet.
|
|
|
|
/// </exception>
|
|
|
|
protected void CloseAsync (ushort code, string reason) |
|
|
|
{ |
|
|
|