WebConnection
An internet connection.
Properties
- WebServer WebServer
- string ReceivedData
- WebRequest Request
- WebResponse Response
- WebApplication Application
- int RawBytesExpecting
Methods
- function ProcessGet (string S)
- function ProcessPost (string S)
- function CreateResponseObject ( )
- Creates new WebRequest and WebResponse objects for the Request and Response variables and sets the response's Connection variable to this WebConnection object.
- function EndOfHeaders ( )
- function CheckRawBytes ( )
- function Cleanup ( )