This event get posted before the beginning of any tranfer operation. More...
#include <base.h>
Public Member Functions | |
wxCurlBeginPerformEvent (int id, const wxString &szURL) | |
wxCurlBeginPerformEvent (const wxCurlBeginPerformEvent &event) | |
virtual wxEvent * | Clone () const |
wxString | GetURL () const |
Returns the URL you are going to transfering from/to. | |
Protected Attributes | |
wxString | m_szURL |
This event get posted before the beginning of any tranfer operation.
Use the EVT_CURL_BEGIN_PERFORM(id, function) macro to intercept this event.