Reputation: 61
What is the difference between WebSocket4Net's MessageReceived
or DataReceived
events?
Upvotes: 2
Views: 944
Reputation: 61
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.
Upvotes: 4