问题描述
我使用的是当前项目运行需要C#的工作/。NET ...我想知道如果任何人有为任何一个在C#/。NET或如APE任何软件包可用接近反向AJAX /彗星的方法的任何建议。
I have a current project running using APE that needs to work on C#/.NET... I was wondering if anyone had any suggestions for either a method of approaching Reverse AJAX/Comet on C#/.NET or any packages such as APE that are available.
有关澄清,APE不能在Windows工作。这是一个限制,我有这个项目。
For clarification, APE doesn't work on Windows. Which is a restriction I have with the project.
推荐答案
我觉得你问的是这样
或
的
这就是所谓并是一个Web应用程序模型,其中一个长-held HTTP请求允许Web服务器将数据推到浏览器,无需浏览器明确请求它。
This is called comet technique and is a web application model in which a long-held HTTP request allows a web server to push data to a browser, without the browser explicitly requesting it.
这篇关于C#/ ASP的逆向AJAX的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!