Midware TAppSrvClient.OnSocksConnected

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

Midware component reference]] -> TAppSrvClient -> OnSocksConnected

Definition

property OnSocksConnected: TSessionConnected;

Description

Occurs when connected to socks server (firewall).

The event OnSocksConnected is triggered when the connection has been established with the socks server. The event handler is the right place to update some status bar to let the user know he is connected with the firewall.

TSessionConnected = procedure (Sender: TObject; Error: word) of object;