nthdeveloper / SignalRSamples

Self hosted sample applications for common SignalR usage scenarios.
31 stars 31 forks source link

Reply only to request making client from Windows Form outside a hub #2

Open hemalrathod opened 3 years ago

hemalrathod commented 3 years ago

I want to send a message to recently connected client who requested hub connection. I want to send this from a Windows Form outside of the Hub. How can I do that? Because I will not have connection id there on the form.