How to implement SignalR in WPF as server and Web client?

Posted by Logasuhas under ASP.NET on 8/3/2016 | Points: 10 | Views : 2055 | Status : [Member] | Replies : 2
Hi All,

Am new to signalR, I have a WPF application . I need it to act as a signalR server, Web application am developing now will be the client application for this.

Users who logs in the web application must be displayed in the WPF server application.

Kindly guide me in this. Any examples will be helpful.

Thanks




Responses

Posted by: Rajnilari2015 on: 8/3/2016 [Member] [Microsoft_MVP] [MVP] Platinum | Points: 25

Up
0
Down
Users who logs in the web application must be displayed in the WPF server application.

This is done by generating the hub id from the client end

--
Thanks & Regards,
RNA Team

Logasuhas, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Bhuvanesh6 on: 8/4/2016 [Member] Starter | Points: 25

Up
0
Down
Please refer this code,

http://www.asp.net/signalr/overview/guide-to-the-api/hubs-api-guide-javascript-client

Bhuvan

Logasuhas, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response