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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
3 1 1 2

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 512.0 KiB each and 1.0 MiB total.

@stanislav_slavik

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
17.1k 80 39 63

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 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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