【发布时间】:2011-05-02 13:07:42
【问题描述】:
我需要收集有关 HTTP 连接打开的信息(它何时开始、多长时间、错误代码等)。
我在我的代码中使用了以下接口:
IInternetProtocolSink,
IServiceProvider,
IInternetBindInfo,
IInternetProtocol,
IInternetProtocolInfo,
IInternetThreadSwitch,
IWinInetHttpInfo
所有这些接口都来自 WinInet SDK (urlmon.h)。
我的问题是:我可以使用这些接口中的任何一个来收集有关连接的信息吗?
谢谢,
阿迪巴尔达
【问题讨论】:
标签: c++ http connection wininet