Skip to content

Latest commit

 

History

History
84 lines (69 loc) · 2.65 KB

File metadata and controls

84 lines (69 loc) · 2.65 KB
title Win32 Internet Classes | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
vc.classes.win32
dev_langs
C++
helpviewer_keywords
Internet classes
WinInet classes, classes
Win32 [C++], Internet classes
Windows API [C++], Internet classes
ms.assetid b49601d5-3025-4068-9408-316b54ee4375
caps.latest.revision 10
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Win32 Internet Classes

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
Manages your connection to an Internet server.

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

CHttpConnection
Manages your connection to an HTTP server.

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

CGopherFile
Provides the functionality to find and read files on a gopher server.

CFtpConnection
Manages your connection to an FTP server.

CGopherConnection
Manages your connection to a gopher server.

CFileFind
Performs local and Internet file searches.

CFtpFileFind
Aids in Internet file searches of FTP servers.

CGopherFileFind
Aids in Internet file searches of gopher servers.

CGopherLocator
Gets a gopher "locator" from a gopher server, determines the locator's type, and makes the locator available to CGopherFileFind.

CInternetException
Represents an exception condition related to an Internet operation.

See Also

Class Overview