Gets or sets the timeout before a connected client gets disconnected if no requests are performed.
            
            
            
            
            
            
            
            public TimeSpan ConnectionIdleTimeout {get; set;}
             
        
            
            'Declaration
 
Public Property ConnectionIdleTimeout As TimeSpan
             
        
            
            'Usage
 
Dim instance As JpipServerConfiguration
Dim value As TimeSpan
 
instance.ConnectionIdleTimeout = value
 
value = instance.ConnectionIdleTimeout
             
        
            
        
            
        
            
            public:
property TimeSpan ConnectionIdleTimeout {
   TimeSpan get();
   void set (    TimeSpan value);
}
             
        
             
        
            
            
            Property Value
A 
System.TimeSpan value to wait before disconnecting an idle client.