MaxConnectionAge Property
In This Topic
Gets or sets the maximum connection age in seconds after which the tunnel will be closed.
Syntax
'Declaration
Public Property MaxConnectionAge As Integer
public int MaxConnectionAge {get; set;}
Property Value
The maximum connection age in seconds. The default value is 300 seconds.
See Also