gpt4 book ai didi

wcf - 带有 Xamarin Forms 和 WCF 服务的 Windows Phone 8.1

转载 作者:行者123 更新时间:2023-12-03 17:43:24 25 4
gpt4 key购买 nike

Windows Phone 8.1 与 WCF 服务是否存在任何不兼容??

我正在开发一个使用 WCF 服务的 Xamarin Forms App Portable,在 Android 中工作正常,但在 Windows Phone 8.1 中不起作用,并且没有错误或异常。

我从 Visual Studio 添加服务引用并以这种方式使用它:

IServicioWeb service = new ServicioWebClient();

var res = servicio.BeginMyValidateMethod(param1, param2, null, null);
var res_client = servicio.EndMyValidateMethod(res);

最佳答案

您必须使用 REST 实现,正如它所说的 here :

Windows Phone 8.1 XAML applications does not support the System.ServiceModel namespace, and therefore you are not able to right click references in the project and choose Add Service Reference.
The recommended solution is to add a REST endpoint to your WCF endpoint, and access the WCF application through the REST endpoint using HttpClient.

关于wcf - 带有 Xamarin Forms 和 WCF 服务的 Windows Phone 8.1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30534691/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com