Indy 9
|
TPlusRequestEvent = procedure (AThread: TIdPeerThread;ARequest:String; APlusData : String) of object;
APlusData includes the Gopher+ command in the first byte, and additional information such as a requested View for an item or ASK block data sent from the client.
TIdGopherServer.OnPlusRequest is the event handler used to allow the application to respond to the event notification.