websocket-client
websocket-client copied to clipboard
comparison to System.Net.WebSockets.Client
hi
is there any advantage to use this library over System.Net.WebSockets.Client ?
thank you
Hi @SalimiHabib do you mean ClientWebSocket? Or is there any new client?
This library is a wrapper over ClientWebSocket to provide simpler usage with reconnection and error handling. Also you don't have to work directly with Streams, byte arrays, etc.
I point to its Assembly ,but ClientWebSocket class is correct guess ,