Skip to content

libcURL.cURLSession.GetStatusCode

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

libcURL.cURLSession.GetStatusCode (Deprecated)

Method Signature

 Function GetStatusCode() As Integer

Return value

The last status code from the most recent transfer. This may or may not be useful depending on the protocol.

Remarks

This method has been deprecated in favor of the LastStatusCode property.

Clone this wiki locally