[Modify] Edit it
This commit is contained in:
parent
473cf76f1b
commit
512758e8d1
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* HttpServer.cs
|
||||
*
|
||||
* A simple HTTP server that allows to accept the WebSocket connection requests.
|
||||
* A simple HTTP server that allows to accept WebSocket handshake requests.
|
||||
*
|
||||
* The MIT License
|
||||
*
|
||||
@ -52,10 +52,11 @@ using WebSocketSharp.Net.WebSockets;
|
||||
namespace WebSocketSharp.Server
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides a simple HTTP server that allows to accept the WebSocket connection requests.
|
||||
/// Provides a simple HTTP server that allows to accept
|
||||
/// WebSocket handshake requests.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The HttpServer class can provide multiple WebSocket services.
|
||||
/// This class can provide multiple WebSocket services.
|
||||
/// </remarks>
|
||||
public class HttpServer
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user