0

I need to use Microsoft.AspNetCore.SignalR.Client in xamarin forms project. But I don't know how to use it for config hubconnetion and start my hub.

I use version 1.0.1, but this version not contain connectionId for send to special user and I need to use higher versions.

Please help me by example.

Thanks.

Jackdaw
  • 7,626
  • 5
  • 15
  • 33

1 Answers1

0

The newest version for the Microsoft.AspNetCore.SignalR.Client is 6.0.5, you could download it from below url.

Besides, for how to build the connection and start the hub, I suggest you could refer to this article.

For about how to send the message to specific user, I suggest you could refer to this answer.

https://learn.microsoft.com/en-us/aspnet/core/signalr/dotnet-client?view=aspnetcore-6.0&tabs=visual-studio

Brando Zhang
  • 22,586
  • 6
  • 37
  • 65