|
|
|
@ -35,8 +35,7 @@ namespace WebSocketSharp
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <remarks>
|
|
|
|
/// <remarks>
|
|
|
|
/// <para>
|
|
|
|
/// <para>
|
|
|
|
/// A <see cref="WebSocket.OnClose"/> event occurs when the WebSocket connection
|
|
|
|
/// That event occurs when the WebSocket connection has been closed.
|
|
|
|
/// has been closed.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
/// </para>
|
|
|
|
/// <para>
|
|
|
|
/// <para>
|
|
|
|
/// If you would like to get the reason for the close, you should access
|
|
|
|
/// If you would like to get the reason for the close, you should access
|
|
|
|
|