Midware TAppSrvClient.OnSocksAuthState

From Overbyte
Jump to navigation Jump to search

Midware component reference]] -> TAppSrvClient -> OnSocksAuthState

Definition

<syntaxhighlight lang="delphi"> type TSocksAuthStateEvent = procedure(Sender : TObject; AuthState : TSocksAuthState) of object; TSocksAuthState = (socksAuthStart, socksAuthSuccess, socksAuthFailure, socksAuthNotRequired);

property OnSocksAuthState : TSocksAuthStateEvent </syntaxhighlight>

Description

Occurs during socks authentication process.

OnSocksAuthState event is triggered for each state in socks authentication process.