Implement Cancel for WinHTTP backend
This commit is contained in:
@@ -106,6 +106,8 @@ protected:
|
||||
|
||||
bool CheckServerStatus();
|
||||
|
||||
static bool IsActiveState(State state);
|
||||
|
||||
private:
|
||||
wxWebSession& m_session;
|
||||
int m_id;
|
||||
@@ -141,10 +143,10 @@ public:
|
||||
|
||||
wxString AsString(wxMBConv* conv = NULL) const;
|
||||
|
||||
void ReportDataCompleted();
|
||||
|
||||
bool Init();
|
||||
|
||||
void Finalize();
|
||||
|
||||
virtual wxString GetFileName() const;
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user