CInternetSession

This class creates and initialize one or more simultaneous Internet sessions.

At a Glance

Header file: Afxinet.h
Platforms: Palm-size PC, H/PC Pro
Windows CE versions: 2.10 and later
Complete documentation: Visual C++ documentation

Remarks

MFC for Windows CE supports the following methods of the CInternetSession class differently than the standard MFC:

In MFC for Windows CE, the dwFlags parameter of the CInternetSession constructor must be 0. In addition, the CInternetSession constructor does not support the INTERNET_FLAG_DONT_CACHE flag for the dwAccessType parameter.

In MFC for Windows CE, the dwFlags parameter of the OpenURL method does not support all of the flags in MFC that it does in standard MFC. In addition, the dwFlags parameter must include the INTERNET_FLAG_TRANSFER_ASCII flag or the INTERNET_FLAG_TRANSFER_BINARY flag, but not both.

Since MFC for Windows CE does not support FTP or gopher connections, it does not support the following desktop methods:

See Also

Internet Services Classes