OP 26 December, 2019 - 07:44 PM
I've been struggling with this for the last week. Anyone has some advices on how to do it?
Basically I have a website that connects with the browser using a websocket connection and start exchanging data. I want to reproduce that in my vb.net program.
How can I do that? From my research I know I need to initiate a GET request at first and upgrade it to websocket.
Should I use the Chilkat library? (thats what I've found on google, but I was not able to use it)
Or maybe I should use the System.net.websocket namespace? (again I tried and I cant understand how to use it)
I appreciate any help. Thanks!
Basically I have a website that connects with the browser using a websocket connection and start exchanging data. I want to reproduce that in my vb.net program.
How can I do that? From my research I know I need to initiate a GET request at first and upgrade it to websocket.
Should I use the Chilkat library? (thats what I've found on google, but I was not able to use it)
Or maybe I should use the System.net.websocket namespace? (again I tried and I cant understand how to use it)
I appreciate any help. Thanks!