使用 HTTP 连接访问 .NET Web 服务器
我们可以在 Android 上使用 HTTP 连接访问 .NET Web 服务器吗?
Can we access a .NET web server using an HTTP connection on Android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当然没有理由不能。服务器端技术并不重要(嗯,不应该重要......我想网络应用程序的糟糕设计可能会使其重要)。如果您可以连接到 Web 服务器,那么您就可以连接到 Web 服务器。
顺便说一句,“.NET Web 服务器”似乎并不完全准确。 IIS? Apache 与 mod_mono?同样,从客户的角度来看,这并不重要。
There's certainly no reason why you couldn't. The server-side technology doesn't matter (well, shouldn't matter... I guess a poor design on the web application might make it matter). If you can connect to a web server, then you can connect to a web server.
Incidentally, ".NET web server" doesn't seem entirely accurate. IIS? Apache with mod_mono? Again, from a client perspective it shouldn't matter.
是的。您可以在 Android 上使用 http 连接访问 .net Web 服务器。
Yes. You can access a .net web server using http connection on Android.