Difference between revisions of "Midware TAppSrvClient.OnSocksAuthState"
Jump to navigation
Jump to search
(Created page with 'Midware component reference]] -> TAppSrvClient -> OnSocksAuthState == Definition == '''property''' On…') |
|||
Line 12: | Line 12: | ||
TSocksAuthStateEvent = procedure(Sender : TObject; AuthState : TSocksAuthState) of object; | TSocksAuthStateEvent = procedure(Sender : TObject; AuthState : TSocksAuthState) of object; | ||
− |
Revision as of 12:19, 14 May 2011
Midware component reference]] -> TAppSrvClient -> OnSocksAuthState
Definition
property OnSocksAuthState : TSocksAuthStateEvent;
Description
Occurs during socks authentication process.
OnSocksAuthState event is triggered for each state in socks authentication process.
TSocksAuthStateEvent = procedure(Sender : TObject; AuthState : TSocksAuthState) of object;