问题描述
在我的项目中,我使用C#在Windows中创建了一个应用程序。
在应用程序中,我想连接到我的Web服务器(或域)并向其发送请求,
然后在我的网络服务器中我想创建一个页面或一个Web应用程序来回答请求!
例如我想发送一个类似的请求从我的Windows应用程序'姓名?',然后我应该能够在我的网络服务器(www.mydomain.com)中获取请求文本并正确回答。 (例如'jack')。
我应该怎么做!?
我应该使用聊天服务器吗? (如果是这样,有没有最简单的方法?)
还有其他想法吗?
先谢谢你。
In my project I have created an application in windows using C#.
In the application I want to connect to my web server (or domain) and send a request to it,
and then in my web server I want to create a page or a web application to answer the request !
For example I want to send a request like 'Name?' from my windows application,
then I should be able to get the request text in my web server (www.mydomain.com) and answer properly. (e.g. 'jack').
How should I do this !?
should I use chat server? (if so, isn't there any easiest way?)
Any other Idea?
Thanks in advanced.
推荐答案
这篇关于Windows应用程序和网站服务器通信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!