Fixed a word
This commit is contained in:
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…
Reference in New Issue
Block a user