Fix a few

This commit is contained in:
sta 2014-01-21 17:45:23 +09:00
parent 2dbc17ad81
commit 7a8ed34a76

View File

@ -367,7 +367,7 @@ You can use the `WebSocketServer.Stop ()`, `WebSocketServer.Stop (ushort, string
### HTTP Server with the WebSocket ### ### 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. So websocket-sharp provides the `WebSocketSharp.Server.HttpServer` class.