libcURL.cURLSession.GetStatusCode - charonn0/RB-libcURL GitHub Wiki
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.