【问题标题】:HTTP connection information in WinInetWinInet 中的 HTTP 连接信息
【发布时间】:2011-05-02 13:07:42
【问题描述】:


我需要收集有关 HTTP 连接打开的信息(它何时开始、多长时间、错误代码等)。
我在我的代码中使用了以下接口:

IInternetProtocolSink,  
IServiceProvider,  
IInternetBindInfo,  
IInternetProtocol,  
IInternetProtocolInfo,  
IInternetThreadSwitch,  
IWinInetHttpInfo  

所有这些接口都来自 WinInet SDK (urlmon.h)。
我的问题是:我可以使用这些接口中的任何一个来收集有关连接的信息吗?

谢谢,
阿迪巴尔达

【问题讨论】:

    标签: c++ http connection wininet


    【解决方案1】:

    好的。刚刚从编写 PassThruAPP SDK 的 Igor Tandentnik 那里得到了答案。你可以找到它:http://social.msdn.microsoft.com/Forums/en-US/ieextensiondevelopment/thread/02ee6346-9bb1-42c6-ab9c-72fdf820027b

    干杯!
    阿迪

    【讨论】:

      猜你喜欢
      • 2011-12-24
      • 2010-12-24
      • 1970-01-01
      • 1970-01-01
      • 2011-10-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-12-15
      相关资源
      最近更新 更多