14 lines
247 B
C#
14 lines
247 B
C#
namespace Shared.Models.Browser
|
|
{
|
|
public class KeepopenContext
|
|
{
|
|
public bool keepopen { get; set; }
|
|
|
|
public int keepalive { get; set; }
|
|
|
|
public int min { get; set; }
|
|
|
|
public int max { get; set; }
|
|
}
|
|
}
|