Midware TAppSrvClient.OnSocksAuthState
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;