[Modify] Edit it

This commit is contained in:
sta 2018-05-10 19:41:04 +09:00
parent 1889a8a060
commit 2bcba770aa

View File

@ -411,11 +411,11 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Called when the WebSocket connection used in a session has been closed. /// Called when the WebSocket connection for a session has been closed.
/// </summary> /// </summary>
/// <param name="e"> /// <param name="e">
/// A <see cref="CloseEventArgs"/> that represents the event data passed to /// A <see cref="CloseEventArgs"/> that represents the event data passed
/// a <see cref="WebSocket.OnClose"/> event. /// from a <see cref="WebSocket.OnClose"/> event.
/// </param> /// </param>
protected virtual void OnClose (CloseEventArgs e) protected virtual void OnClose (CloseEventArgs e)
{ {