Midware TClientWSocket.OnTimeout
Jump to navigation
Jump to search
Main page -> Midware component reference -> TClientWSocket -> OnTimeout
Definition
<syntaxhighlight lang="delphi"> type TSessionClosed = procedure (Sender: TObject; Error: word) of object;
property OnSessionClosed : TSessionClosed; </syntaxhighlight>
Description
Triggered when the client timedout as is about to be disconnected by TAppServer. Default action is to allow disconnection.