Hubs provide a higher level RPC framework over a PersistentConnection.
I have a signalR Server(Console Application) and a client application(Asp.net MVC5) How I can send message to …
c# asp.net signalr signalr-hubHere is what I did. I used nuget to get the SignalR for my MVC4 project. Created a MyHub class …
asp.net-mvc-4 http-status-code-404 signalr signalr-hubThis is driving me insane. I'm using latest signalR release (2.0.2). This is my hub code (OnConnected) public override Task OnConnected() { //…
asp.net-mvc authentication signalr signalr-hub owinI have socket notification in my application which work great when I run locally, but when I deploy to my …
signalr signalr-hub signalr.clientI understand why SignalR doesn't give you access to the HttpContext. However, this is quite problematic for us. Let me …
asp.net signalr signalr-hubWell I'm trying to perform a proof about video streaming, I'm working with asp.net c#. I'm kind of lost, …
signalr signalr-hub signalr.clientI have multiple SignalR 'services' running and only one UI to access them. How can I make the client js …
jquery asp.net-mvc signalr signalr-hubI'm working with SignalR 1.1.2 version and Windsor Castle in an AspNet MVC 4 application. My problem is that this error message …
c# asp.net signalr signalr-hubI have an asp.net classic website. ive got SignalR basic functionality to work (where one client send messages to …
c# asp.net signalr signalr-hubI'm trying to call a client method from within a .net Web API controller action. Can I do this? The …
c# asp.net-web-api controller action signalr-hub