简体   繁体   中英

SignalR client side for Xamarin Form

i have ASP MVC project with SignalR ready.it uses signalr to send messages from one user to another. currently i'm trying to make an android app to use signalr functions. how can i implement signalr client side into Xamarin form and how can i tell signalr functions to call those client side functions in xamarin? is it possible?

Microsoft offers the SignalR Core .NET Client NuGet package. This package is made to communicate with SignalR hubs in every .NET project.

However, there are special requirements to use it with Xamarin:

Xamarin has special requirements for Visual Studio version. For more information, see SignalR Client 2.1.1 in Xamarin .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM