wxWebPostData - Kirix Documentation

Developer Resources

wxWebPostData

Overview

The wxWebPostData class is used for building up a POST request, which can be issued through wxWebControl::openURI().

Methods

wxWebPostData::Add
wxWebPostData::GetPostString

wxWebPostData::Add

void wxWebPostData::Add(const wxString& variable, const wxString& value)

wxWebPostData::GetPostString

wxString wxWebPostData::GetPostString()