Difference between revisions of "Midware TClientWSocket.CommandTimeout"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TClientWSocket -> [[Midware_TClientWSocket.CommandTimeou…')
 
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''property''' CommandTimeout: '''TDateTime''';
+
  '''property''' CommandTimeout: TDateTime;
  
 
== Description ==
 
== Description ==
  
 
Timeout value. If the client stay inactive for this period of time, the server will disconnect it. See also CheckCommandTimeout.
 
Timeout value. If the client stay inactive for this period of time, the server will disconnect it. See also CheckCommandTimeout.

Latest revision as of 14:14, 14 May 2011

Main page -> Midware component reference -> TClientWSocket -> CommandTimeout

Definition

property CommandTimeout: TDateTime;

Description

Timeout value. If the client stay inactive for this period of time, the server will disconnect it. See also CheckCommandTimeout.