From 7a8ed34a76e8eab7b0c80c8f25528977a22a0199 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 21 Jan 2014 17:45:23 +0900 Subject: [PATCH] Fix a few --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4939a175..8a9a0d93 100644 --- a/README.md +++ b/README.md @@ -367,7 +367,7 @@ You can use the `WebSocketServer.Stop ()`, `WebSocketServer.Stop (ushort, string ### HTTP Server with the WebSocket ### -I modified the `System.Net.HttpListener`, `System.Net.HttpListenerContext`, and some other classes of [Mono] to create the HTTP server that can accept the WebSocket connection requests. +I modified the `System.Net.HttpListener`, `System.Net.HttpListenerContext`, and some other classes of **[Mono]** to create the HTTP server that can accept the WebSocket connection requests. So websocket-sharp provides the `WebSocketSharp.Server.HttpServer` class.