Fixed a word

master
sta 14 years ago
parent 0f82564ed5
commit 9212716319

@ -50,7 +50,7 @@ Setting `WebSocket` event handlers.
...
};
**Type** of received WebSocket data frame is stored in `e.Type` (`WebSocketSharp.MessageEventArgs.Type`, its type is `WebSocketSharp.Frame.Opcode`), so you check it out and you determine which item you should operate.
**Frame type** of received WebSocket data frame is stored in `e.Type` (`WebSocketSharp.MessageEventArgs.Type`, its type is `WebSocketSharp.Frame.Opcode`), so you check it out and you determine which item you should operate.
switch (e.Type)
{

Loading…
Cancel
Save