[Modify] Edit it
This commit is contained in:
parent
de60f206c6
commit
0bb8cb97e0
@ -37,9 +37,12 @@ using WebSocketSharp.Net;
|
|||||||
namespace WebSocketSharp.Server
|
namespace WebSocketSharp.Server
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Manages the WebSocket services provided by the <see cref="HttpServer"/> or
|
/// Provides the management function for the WebSocket services.
|
||||||
/// <see cref="WebSocketServer"/>.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// This class manages the WebSocket services provided by
|
||||||
|
/// the <see cref="WebSocketServer"/> or <see cref="HttpServer"/>.
|
||||||
|
/// </remarks>
|
||||||
public class WebSocketServiceManager
|
public class WebSocketServiceManager
|
||||||
{
|
{
|
||||||
#region Private Fields
|
#region Private Fields
|
||||||
|
Loading…
Reference in New Issue
Block a user