What is the difference between WebSocket4Net's MessageReceived
or DataReceived
events?
Asked
Active
Viewed 893 times
2

Sami Kuhmonen
- 30,146
- 9
- 61
- 74

Deep Sinha
- 61
- 5
1 Answers
4
I identified some differences between MessageReceived or DataReceived event. When server is sending messages in bytes format it will receive in DataReceived event. But if messages is coming in string format it will receive in MessageReceived event.

Deep Sinha
- 61
- 5