TIPAsyncContext
Overview
The TIPAsyncContext class implements an IIPAsyncContext interface that provides communication via the Hypertext Transfer Protocol from the HTTP server side.
Location
- Unit: uIPAsyncHttpServer.pas
- Ancestry: TInterfacedObject | TIPAsyncContext
Instance Methods
constructor Create
Creates a new instance.
constructor Create(aOwner: TIPAsyncHTTPServer; aConnection: TIPBaseAsyncSocket)
Parameters:
- aOwner: Master HTTP server
- aConnection: Client connection
Clear
Clears the internal state of the context.
procedure Clear
Disconnect
Disconnects current context
procedure Disconnect