Win32 Internet型类

MFC 包装 Win32 Internet (wininet) 和 ActiveX 技术使 Internet 编程变得更容易。

  • CInternetSession
    创建和初始化一个 Internet 会话或多个同时 Internet 会话,并且,如果需要,在中,描述与代理服务器的连接。

  • CInternetConnection
    管理您的组件与 Internet 服务器的连接。

  • CInternetFile
    此类及其派生类允许访问文件的访问使用 Internet 协议的远程系统。

  • CHttpConnection
    管理您的组件与 HTTP 服务器的连接。

  • CHttpFile
    在 HTTP 服务器提供功能来查找并读取文件。

  • CGopherFile
    在地鼠服务器提供功能来查找并读取文件。

  • CFtpConnection
    管理您的组件与 FTP 服务器的连接。

  • CGopherConnection
    管理您的地鼠服务器的连接。

  • CFileFind
    执行本地和 Internet 文件搜索。

  • CFtpFileFind
    在 Internet FTP 服务器文件搜索的帮助。

  • CGopherFileFind
    在 Internet 地鼠服务器文件搜索的帮助。

  • CGopherLocator
    从地鼠服务器获取地鼠 “定位器”,确定定位器的类型,并使定位器可用 CGopherFileFind

  • CInternetException
    表示异常条件与 Internet 操作相关。

请参见

概念

类库概述