[Modify] Edit it
This commit is contained in:
parent
1889a8a060
commit
2bcba770aa
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user