实例化Web Service SOAP客户端所需的EndpointConfiguration

时间:2018-07-26 13:13:24

标签: xamarin xamarin.forms

我正在尝试在Xamarin Cross Platform应用程序中使用Web服务。以下是我遵循的步骤。

1)。转到项目中的“连接的服务”>“添加连接的服务”。 2)。单击“ Microsoft WCF参考提供程序”并配置Web服务参考。

然后,我尝试使用以下代码中给出的项目中的引用。

   public async Task<List<TodoItem>> GetItemsAsync()
   {
       wstmanx56SoapClient client = new wstmanx56SoapClient();
   }

谁要我传递一个名为EndpointConfiguration的论点。 Google给我的结果好坏参半。什么是EndpointConfiguration? 我应该在这里提供什么??

0 个答案:

没有答案