[Modify] Edit it
This commit is contained in:
parent
aaa373aefd
commit
79c3fc58cb
@ -52,11 +52,15 @@ using WebSocketSharp.Net.WebSockets;
|
|||||||
namespace WebSocketSharp.Server
|
namespace WebSocketSharp.Server
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Provides a simple HTTP server that allows to accept
|
/// Provides a simple HTTP server.
|
||||||
/// WebSocket handshake requests.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// This class can provide multiple WebSocket services.
|
/// <para>
|
||||||
|
/// The server allows to accept WebSocket handshake requests.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// This class can provide multiple WebSocket services.
|
||||||
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public class HttpServer
|
public class HttpServer
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user