For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
3 0 0 1

WebSockets client in C#: which library?

You are using the third party WebSocketSharp library in your examples. Is there any reason why to avoid the "System.Net.WebSockets" library - part of .NET framework?

websocketsrrtoc#.netrefinitiv-realtime-optimised
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
9.7k 49 38 60

Hi @stanislav_slavik,

You should be able to use any WebSocket implementation, including System.Net.Websockets. In fact,this .Net example is using it: https://github.com/Refinitiv/websocket-api/tree/master/Applications/Examples/RDP/CSharp

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea