Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 IIS 托管在我的机器上的 wcf 服务。
我使用 ksoap 库制作了一个使用 wcf 服务的 android 应用程序。
当我处于开发模式时,我可以使用托管 URL 访问该服务。
我想知道: - 如果我在我的手机上安装了那个 android 应用程序并想使用 WIFI 连接来连接托管的 wcf 服务。有没有可能?
谢谢
如果我在我的手机上安装该 android 应用程序并使用 WIFI 连接连接到 wcf 服务。有没有可能?
我会说试试看。
它应该可以工作,只要您不在localhost应用程序中引用,而是使用映射到 IIS 服务器的主机名或内部或外部 IP 地址。
localhost