Where can I download websocket example in C# for authentication, login, and sending request(by RIC)

For real time data and snapshot data. I'm using visual studio 2022 to create a winforms project.

It should be run on the IDE/.exe directly, not using command line.

I intend to get data through the internet/cloud not our own TREP server.

I asked about python but I want to explore which language is better when I actually starts development.

it's because the actual program will not be just getting data, it will handle the data in some way and show the updated data via a GUI. And it also will store the data in our database and updates the database in real time

while receiving the data in real time. Thank you.

Best Answer