Sets the requested maximum number of milliseconds that a Session should remain open without activity. If the Client fails to issue a Service request within this interval, then the Server shall automatically terminate the Client Session.
After server Connect gets the actual maximum number of milliseconds that a Session shall remain open without activity. The Server should attempt to honour the Client request for this parameter, but may negotiate this value up or down to meet its own constraints.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Session
Dim value As Double
instance.SessionTimeout = value
value = instance.SessionTimeout
|
C# | |
---|
public double SessionTimeout {get; set;}
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
See Also