Difference between revisions of "Midware TAppServer.ClientTimeout"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TAppServer -> [[Midware_TAppServer.ClientTimeout | ClientTim…')
 
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''property''' ClientTimeout: '''Longlnt''';
+
  '''property''' ClientTimeout: Longlnt;
  
 
== Description ==
 
== Description ==
  
 
ClientTimeout gives the time in seconds before the server disconnect a client without activity. The default value is 300 seconds. See also TimeoutInterval.
 
ClientTimeout gives the time in seconds before the server disconnect a client without activity. The default value is 300 seconds. See also TimeoutInterval.

Latest revision as of 09:02, 14 May 2011

Main page -> Midware component reference -> TAppServer -> ClientTimeout

Definition

property ClientTimeout: Longlnt;

Description

ClientTimeout gives the time in seconds before the server disconnect a client without activity. The default value is 300 seconds. See also TimeoutInterval.