窗口与Web应用程序之间的双向通信 [英] two way communication between window to web application

查看:68
本文介绍了窗口与Web应用程序之间的双向通信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hi
我想使用C#和asp.net构建一个在线聊天应用程序,我想在该网站和桌面应用程序之间进行通信.我想知道如何在窗口应用程序和Web应用程序之间进行双向通信. .

因为您的Web应用程序可以在任何平台上运行,并且如果需要与Windows应用程序进行双向通信,那么这是我更喜欢使用的唯一方法.


HTH


框架3.5提供了内置功能,
这是您必须使用的选择.
1.U可以使用网络服务
2.U可以使用WCF

这将使您能够构建一个可以通信的应用程序
无论哪种方式

问候

Yogesh


hi
i want to build a live chat application using C# and asp.net where i want to communicate between a website and a desktop application. i want to know how to do two way communication between a window application and a web application

解决方案

One most preferred and platform independent way is by using web service or WCF service.

Because your web application is running on any platform and if it needs two way communication with windows application then this is the only way I prefer to use.


HTH


There is inbuilt functionality provided in framework 3.5,
and it is ur choice which one you have to use.
1.U can go for webservices
2.U can use WCF

It will make u sipmle to build an application which can communicate
either of the way

Regards

Yogesh


这篇关于窗口与Web应用程序之间的双向通信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆