←Select platform

MaxSessionLifetime Property

Summary

Gets or sets the maximum lifetime of a continuously connected client.

Syntax

C#
VB
C++
public TimeSpan MaxSessionLifetime { get; set; } 
  
Public Property MaxSessionLifetime As TimeSpan 
public: 
property TimeSpan MaxSessionLifetime { 
   TimeSpan get(); 
   void set (    TimeSpan ); 
} 

Property Value

A System.TimeSpan value specifying the maximum time a client can stay connected.

Example

For an example, refer to JpipServer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly