Gopher request event.
TRequestEvent = procedure (AContext:TIdContext;ARequest:String) of object;
Parameters |
Description |
AContext |
The current thread for the client connection. |
ARequest |
The Gopher selector from the client. |
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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|