[Modify] Edit it

This commit is contained in:
sta 2017-03-20 17:41:20 +09:00
parent de60f206c6
commit 0bb8cb97e0

View File

@ -37,9 +37,12 @@ using WebSocketSharp.Net;
namespace WebSocketSharp.Server
{
/// <summary>
/// Manages the WebSocket services provided by the <see cref="HttpServer"/> or
/// <see cref="WebSocketServer"/>.
/// Provides the management function for the WebSocket services.
/// </summary>
/// <remarks>
/// This class manages the WebSocket services provided by
/// the <see cref="WebSocketServer"/> or <see cref="HttpServer"/>.
/// </remarks>
public class WebSocketServiceManager
{
#region Private Fields