This event get posted at the end of any tranfer operation. More...
#include <base.h>
Public Member Functions | |
wxCurlEndPerformEvent (int id, const wxString &szURL, const long &iResponseCode) | |
wxCurlEndPerformEvent (const wxCurlEndPerformEvent &event) | |
virtual wxEvent * | Clone () const |
wxString | GetURL () const |
Returns the URL you are going to transfering from/to. | |
long | GetResponseCode () const |
Returns the response code for the operation. | |
bool | IsSuccessful () const |
Returns true if the response code indicates a valid transfer. | |
Protected Attributes | |
wxString | m_szURL |
long | m_iResponseCode |
This event get posted at the end of any tranfer operation.
Use the EVT_CURL_END_PERFORM(id, function) macro to intercept this event.