CHttpFile Methods

Construction Methods

Method Description
CHttpFile Constructs a CHttpFile object.

Methods

Method Description
AddRequestHeaders Adds headers to the request sent to an HTTP server.
Close Closes the CHttpFile and frees its resources.
EndRequest Ends a request sent to an HTTP server with the SendRequestEx method
GetFileURL Gets the URL for the specified file.
GetObject Gets the target object of the verb in a request to an HTTP server
GetVerb Gets the verb that was used in a request to an HTTP server.
QueryInfo Retrieves the status code associated with an HTTP request and places it in the supplied dwStatusCode parameter.
QueryInfoStatusCode Returns the response or request headers from the HTTP server.
SendRequest Sends a request to an HTTP server.
SendRequestEx Sends a request to an HTTP server using the Write or WriteString methods of CInternetFile.