联盟首页 协同开发 共创软件 开放源码 软件工程 共创论坛 关于联盟
  您的位置 » 开放源码库【成熟 - 项目摘要 首页 | 分类源码 | 提交源码 | 下载统计 | 原创源码 | 成熟源码 | 代码片断
 
 Asynchronous Pluggable Protocol - 项目摘要
摘要 | 管理 | 论坛
文档 | 软件包

源码库中源码数量为19221
有贡献人员名单:

-= 更多 =-
  • ffdshow
  • jasperreports
  • PoolMan
  • Air Traffic Controller
  • virtualdub-win
  • CppUnit
  • Apache-SSL-Jserv
  • FCK editor
  • Async Professional
  • GLgraph
  • -= 更多 =-

    项目描述:
    this article is related to some of my findings regarding Asynchronous Pluggable Protocols (APPs). I came up with an idea for a piece of code whereby I could create some functionality that would sit between Internet Explorer and the HTTP protocol such that I could monitor and audit the traffic. After much research I discovered the Asynchronous Pluggable Protocol technology that allows one to create a protocol scheme (eg, much like http:, file:, etc) and that the architecture was extensible and flexible enough to introduce new schemes. To gain some exposure to the architecture I decided to create a simple protocol scheme (app:) that would retrieve an HTTP page. The code samples you will see merely demonstrate a simple request using WinInet (not MFC) and using callbacks for asynchronous operation.

    这个项目关于异步可插协议Asynchronous Pluggable Protocols (APPs)。我设想出一些代码,这样我创建了一些Internet Explorer 和HTTP协议的使用应用,这样我可以用它们监视和监听流量。在经过研究之后,我发现 Asynchronous Pluggable Protocol 技术可以让用户创建一个协议模式(如 http:, file:,等等),以及可以引入新模式的可扩展的和灵活的体系结构。为了演示这一体系结构,我决定创建一个简单的协议模式 (app:) ,它可以检索HTTP页面。代码例子演示了一个使用 WinInet (not MFC) 的简单请求,以及使用回调技术来完成异步回调。
    来源: http://www.codeguru.com/atl/asyncpp.shtml
    类别:
    发布者: cbd002

    最新发布源码包
    软件包 版本号 日期 本地下载
    asyncpp  1.0  2004-04-13 下载

    原始下载连接(国外) http://www.codeguru.com/code/legacy/atl/asyncpp.zip

      » 合 作 伙 伴