Event types signalled to implement exception handling for a UDP server.
TIdUDPExceptionEvent = procedure (Sender :TObject; ABinding: TIdSocketHandle; const AMessage : String; const AExceptionClass : TClass) of object;
TIdUDPExceptionEvent is an event type used to implement exception handling for a UDP server.
TIdUDPExceptionEvent is the type used to represent the TIdUDPServer.OnUDPException property.
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. |