Difference between revisions of "Midware TAppSrvClient.State"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TAppSrvClient -> State …') |
(No difference)
|
Revision as of 08:29, 3 May 2011
Main page -> Midware component reference -> TAppSrvClient -> State
Definition
property State: TClientState;
Description
State property gives the component state:
| cstReady | Component is ready | |
| cstDnsLooup | Component is waiting for hostname to be resolved to IP address | |
| cstConnecting | Component is waiting for the connection the be established | |
| cstWaitingResponse | Component is waiting response from application server |