Midware TAppSrvClient.OnSocksAuthState

From Overbyte
Revision as of 09:01, 4 May 2011 by Marie (talk | contribs) (Created page with 'Midware component reference]] -> TAppSrvClient -> OnSocksAuthState == Definition == '''property''' On…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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; TSocksAuthState = (socksAuthStart, socksAuthSuccess, socksAuthFailure, socksAuthNotRequired);