Fix a few words

master
sta 13 years ago
parent fbcea4699b
commit 7137a4e6db

@ -231,6 +231,10 @@ wssv.OnError += (sender, e) =>
Error message is stored in `e.Message` (`WebSocketSharp.ErrorEventArgs.Message`, its type is `string`), so you operate it. Error message is stored in `e.Message` (`WebSocketSharp.ErrorEventArgs.Message`, its type is `string`), so you operate it.
##### WebSocketServer.OnError event #####
Same as WebSocketServer<T>.OnError event.
#### Step 5 #### #### Step 5 ####
Starting server. Starting server.
@ -282,7 +286,7 @@ Examples of using **websocket-sharp**.
[Example3] starts the HTTP server that the connection can be upgraded to the WebSocket connection. [Example3] starts the HTTP server that the connection can be upgraded to the WebSocket connection.
Please access http://localhost:4649 to do WebSocket Echo Test with your web browser after [Example3] running. Please access [http://localhost:4649](http://localhost:4649) to do WebSocket Echo Test with your web browser after [Example3] running.
## Supported WebSocket Protocol ## ## Supported WebSocket Protocol ##

Loading…
Cancel
Save