CHttpFile::CHttpFile

This constructor constructs a CHttpFile object.

You never construct a CHttpFile object directly; rather call CInternetSession::OpenURL or CHttpConnection::OpenRequest instead.

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

Syntax

CHttpFile( HINTERNET hFile, HINTERNET hSession,
LPCTSTR pstrObject, LPCTSTR pstrServer, LPCTSTR pstrVerb,
DWORD dwContext );

CHttpFile( HINTERNET hFile, LPCTSTR pstrVerb, LPCTSTR pstrObject,
CHttpConnection* pConnection );