Inheritance diagram for MsCgi:

Public Member Functions | |
| virtual int | send (HttpThreadContext *, ConnectionPtr s, const char *exec, const char *cmdLine=0, int execute=0, int onlyHeader=0) |
| int | sendHeader (MsCgiData *) |
| int | write (const char *, u_long, MsCgiData *) |
Static Public Member Functions | |
| int | load (XmlParser *) |
| int | unLoad () |
Private Attributes | |
| MsCgiData | data |
Static Private Attributes | |
| DynamicLibrary | mscgiModule |
|
|
Functions to Load and free the MSCGI library. Reimplemented from HttpDataHandler. |
|
||||||||||||||||||||||||||||
|
Use this to send a MSCGI file through the HTTP protocol. Reimplemented from HttpDataHandler. |
|
|
Send the HTTP header. |
|
|
Free the memory allocated by the MSCGI library. Reimplemented from HttpDataHandler. |
|
||||||||||||||||
|
Send a chunk of data to the client. |
|
|
|
|
|
Store the MSCGI library module handle. |
1.3.9.1