[Modify] Edit it
This commit is contained in:
parent
20e15d7afc
commit
0ddc48cdcb
@ -37,8 +37,12 @@ using System.Timers;
|
|||||||
namespace WebSocketSharp.Server
|
namespace WebSocketSharp.Server
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Manages the sessions in a Websocket service.
|
/// Provides the management function for the sessions in a WebSocket service.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// This class manages the sessions in a WebSocket service provided by
|
||||||
|
/// the <see cref="WebSocketServer"/> or <see cref="HttpServer"/>.
|
||||||
|
/// </remarks>
|
||||||
public class WebSocketSessionManager
|
public class WebSocketSessionManager
|
||||||
{
|
{
|
||||||
#region Private Fields
|
#region Private Fields
|
||||||
|
Loading…
Reference in New Issue
Block a user