ConnectionIdleTimeout Property

Summary
Gets or sets the timeout before a connected client gets disconnected if no requests are performed.
Syntax
C#
VB
C++
public TimeSpan ConnectionIdleTimeout { get; set; } 
  
Public Property ConnectionIdleTimeout As TimeSpan 
public: 
property TimeSpan ConnectionIdleTimeout { 
   TimeSpan get(); 
   void set (    TimeSpan ); 
} 

Property Value

A System.TimeSpan value to wait before disconnecting an idle client.

Example

For an example, refer to JpipServer.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.