Interface for managing web URL sessions. More...
#include <public/extensions/IWebternet.h>
Inherits SourceMod::SMInterface.

Public Member Functions | |
| virtual unsigned int | GetInterfaceVersion ()=0 |
| Must return an integer defining the interface's version. | |
| virtual const char * | GetInterfaceName ()=0 |
| Must return a string defining the interface's unique name. | |
| virtual IWebTransfer * | CreateSession ()=0 |
| Create a URL transfer session object. | |
| virtual IWebForm * | CreateForm ()=0 |
| Creates a form for building POST data. | |
Interface for managing web URL sessions.
Definition at line 196 of file IWebternet.h.
| virtual IWebTransfer* SourceMod::IWebternet::CreateSession | ( | ) | [pure virtual] |
Create a URL transfer session object.
| virtual IWebForm* SourceMod::IWebternet::CreateForm | ( | ) | [pure virtual] |
Creates a form for building POST data.
1.7.1