Public Member Functions

SourceMod::IWebForm Class Reference

Form for POSTing data. More...

#include <public/extensions/IWebternet.h>

List of all members.

Public Member Functions

virtual ~IWebForm ()
 Free with delete.
virtual bool AddString (const char *name, const char *data)=0
 Adds raw data to the form.

Detailed Description

Form for POSTing data.

Definition at line 62 of file IWebternet.h.


Member Function Documentation

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.

Parameters:
name Field name (null terminated).
data Field data (null terminated).
Returns:
True on success, false on failure.

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