Does SignalR Client run on .NET Compact Framework?

≡放荡痞女 提交于 2019-12-12 11:09:39

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/13856783/does-signalr-client-run-on-net-compact-framework

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!