다음을 통해 공유


Win32 인터넷 클래스

MFC wraps the Win32 Internet (WinInet) and ActiveX technology to make Internet programming easier.

  • CInternetSession
    Creates and initializes one Internet session or several simultaneous Internet sessions and, if necessary, describes the connection to a proxy server.

  • CInternetConnection
    인터넷 서버와의 연결을 관리합니다.

  • CInternetFile
    This class and its derived classes allow access to files on remote systems that use Internet protocols.

  • CHttpConnection
    HTTP 서버와의 연결을 관리합니다.

  • CHttpFile
    Provides the functionality to find and read files on an HTTP server.

  • CGopherFile
    Gopher 서버에서 파일을 찾고 읽는 기능을 제공합니다.

  • CFtpConnection
    FTP 서버와의 연결을 관리합니다.

  • CGopherConnection
    Manages your connection to a gopher server.

  • CFileFind
    Performs local and Internet file searches.

  • CFtpFileFind
    FTP 서버의 인터넷 파일 검색에 유용합니다.

  • CGopherFileFind
    Gopher 서버의 인터넷 파일 검색에 유용합니다.

  • CGopherLocator
    Gopher 서버에서 Gopher "로케이터"를 가져오고 로케이터 형식을 확인하며 CGopherFileFind에 로케이터를 사용할 수 있게 합니다.

  • CInternetException
    인터넷 작업과 관련된 예외 상태를 나타냅니다.

참고 항목

개념

클래스 라이브러리 개요