I haven't found any documentation on what platforms SignalR supports, and would like to know whether SignalR Client runs on .NET Compact Framework?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
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.