Internet Direct (Indy)
|
Server event handler for Gopher requests.
property OnRequest: TRequestEvent;
Parameters |
Description |
AThread |
The client connection making the request. |
ARequest |
The Gopher selector from the client. |
OnRequest is a TRequestEvent event handler that allows the server application to respond to Gopher requests from the client connection in AThread.
ARequest is the selector read from the client connection.
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. |