Difference between revisions of "Midware TAppSrvClient.OnAuthState"

From Overbyte
Jump to navigation Jump to search
(Created page with 'Midware component reference]] -> TAppSrvClient -> OnAuthState == Definition == '''property''' AnsOnAuthStat…')
 
(No difference)

Latest revision as of 09:22, 3 May 2011

Midware component reference]] -> TAppSrvClient -> OnAuthState

Definition

property AnsOnAuthStatewer: 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;

TSocksAuthState = (socksAuthStart, socksAuthSuccess, socksAuthFailure, socksAuthNotRequired);