Indy 9
TRequestEvent
Unit: IdGopherServer
Gopher request event.
TRequestEvent = procedure (AThread: TIdPeerThread;ARequest:String) of object;
Unit
IdGopherServer
Parameters
ARequest
The Gopher selector from the client.
AThread
The current thread for the client connection.
Description
TRequestEvent is an event type used to signal a Gopher request from a connection on a Gopher server.

TIdGopherServer.OnRequest is the event handler provided to allow the application to respond to the client request.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.