Skip to content

libcURL.ResponseHeaderEngine.RequestCount

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

Method Signature

 Function RequestCount() As Integer

Return value

The number of requests made during the previous transfer. The last transfer's index is at RequestCount - 1.

Remarks

A single transfer might consist of a series of HTTP requests, for example redirects or multi-stage authentication. This method returns the number of requests that were made during the previous transfer. See also: the RequestIndex parameter to the other methods of this class.

Clone this wiki locally