如何在Xamarin.Android中使用服务引用方法?

时间:2018-07-31 08:03:56

标签: wcf methods xamarin.android visual-studio-2017 service-reference

我向Xamarin.Android添加了WCF服务参考,并通过添加服务参考正确添加了它。

但是,我不能使用它,因为它没有客户端属性来重新创建它。

这意味着我输入:

ServiceReference.ParsaServerServiceClient ServiceClient = new ServiceReference.ParsaServerServiceClient();

我只能访问表,而不能访问ParsaServerServiceClient来使用方法,或者我只能访问“我的methodcompletedevent

如何在VS2017的Xamarin.Android上使用我的方法?

我已经使用了很多方法来访问它们,但是它们不起作用。

0 个答案:

没有答案