wxCurlEndPerformEvent Class Reference

This event get posted at the end of any tranfer operation. More...

#include <base.h>

List of all members.

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

Detailed Description

This event get posted at the end of any tranfer operation.

Use the EVT_CURL_END_PERFORM(id, function) macro to intercept this event.


The documentation for this class was generated from the following file:

Generated on 1 Jan 2010 for wxCURL by  doxygen 1.6.1