Can I use the SignalR library to connect to a third party websocket service to pull data?
I plan to use it in both a command line and an ASP.NET core application if that matters.
Is there a code example available? All examples are about ASP.NET projects using SignalR at server side where clients can connect to.
I'm interested to use it as a client from a C# project.