Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does SignalR Client run on .NET Compact Framework?

I haven't found any documentation on what platforms SignalR supports, and would like to know whether SignalR Client runs on .NET Compact Framework?

like image 847
ronag Avatar asked Dec 13 '12 09:12

ronag


1 Answers

The SignalR .NET client is built the TPL (http://msdn.microsoft.com/en-us/library/dd460717(VS.100).aspx) and only works on .NET 4.0 and above. There was a .NET 3.5 version but we've deprecated it in the latest release. You can certainly write a client for the compact framework but we don't have plans to write one at the moment.

like image 181
davidfowl Avatar answered Oct 29 '22 22:10

davidfowl