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.
|
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
|
Post feedback to the Indy Docs Newsgroup.
|