gpt4 book ai didi

winforms - 在 Windows 应用程序中调用 webservice

转载 作者:行者123 更新时间:2023-12-05 00:33:10 24 4
gpt4 key购买 nike

我有一个 Windows 应用程序,我要求用户通过在网站上提供给用户的用户名和密码登录应用程序。为此,我首先检查用户是否连接到互联网。如果存在连接,则继续检查凭证是否有效。所以,我需要在 Windows 应用程序中调用一个 web 服务。我该如何进行?

欢迎任何解释在 Windows 应用程序中调用 webservice 的过程的示例。

最佳答案

检查这个 answer关于 SO Thread and Code 项目文章 - Webservice with Win Forms and Web Forms走得更远。
要在 Visual Studio 中使用 Web 服务,请检查以下步骤...
按着这些次序

  • 右键单击 Visual Studio 中的项目
  • 选择添加 Web 引用
  • 输入 URL 并继续

  • 当您没有看到该选项时
  • 右键单击 Visual Studio 中的项目
  • 选择添加服务引用
  • 按“高级”按钮
  • 按“添加 Web 引用”按钮
  • 输入 URL 并继续

  • 引用:
    Creating an ASP.NET web services and consuming it with a Win Form
    编辑: System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable()应该让你得到你想要检查互联网等的东西。
    引用 :
    How do you determine if an Internet connection is available for your WinForms App?

    What's the best way to detect an internet connection using .NET?

    关于winforms - 在 Windows 应用程序中调用 webservice,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12363807/

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