Form for POSTing data. More...
#include <public/extensions/IWebternet.h>
Public Member Functions | |
| virtual | ~IWebForm () |
| Free with delete. | |
| virtual bool | AddString (const char *name, const char *data)=0 |
| Adds raw data to the form. | |
Form for POSTing data.
Definition at line 62 of file IWebternet.h.
| virtual bool SourceMod::IWebForm::AddString | ( | const char * | name, | |
| const char * | data | |||
| ) | [pure virtual] |
Adds raw data to the form.
All data is copied locally and may go out of scope.
| name | Field name (null terminated). | |
| data | Field data (null terminated). |
1.7.1