Enumeration CurlInfoDebug

When the option DEBUGFUNCTION is set, the first argument to the callback will be one of these.

CURLINFO_SSL_DATA_IN becomes CurlInfoDebug.SslDataOut

Enumeration Members

DataIn: 3
DataOut: 4
HeaderIn: 1
HeaderOut: 2
SslDataIn: 5
SslDataOut: 6
Text: 0