[Modify] Edit it

This commit is contained in:
sta 2017-01-13 16:20:48 +09:00
parent f047e07591
commit fb62b1e60f

View File

@ -39,11 +39,12 @@ using WebSocketSharp.Net.WebSockets;
namespace WebSocketSharp.Server namespace WebSocketSharp.Server
{ {
/// <summary> /// <summary>
/// Exposes the methods and properties used to access the information in a WebSocket service /// Exposes the methods and properties used to access the information in
/// provided by the <see cref="WebSocketServer"/> or <see cref="HttpServer"/>. /// a WebSocket service provided by the <see cref="WebSocketServer"/> or
/// <see cref="HttpServer"/>.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The WebSocketServiceHost class is an abstract class. /// This class is an abstract class.
/// </remarks> /// </remarks>
public abstract class WebSocketServiceHost public abstract class WebSocketServiceHost
{ {