MaxSessionLifetime Property

Summary

Gets the maximum lifetime of a continuously connected client.

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

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly