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.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |