我尝试使用Visual Studio 2015在Windows Iot(Raspberry Pi)的应用程序中添加wcf服务。
因为我无法按常规方式添加参考资料' (VS 2015没有显示任何内容),我添加了一个对System.ServiceModel的nuget引用。
using (var host = new System.ServiceModel.ServiceHost (typeof(HelloWorldService), _baseAddress))
{
}
我如何联系ServiceHost? Resharper对我没有任何帮助
答案 0 :(得分:0)
好的,我刚发现Windows iot还不支持WCF。