Added Client feature: reading configuration from Server in startup form
This commit is contained in:
@@ -8,9 +8,13 @@ namespace Client.Config.SubModels
|
||||
{
|
||||
public class Connection
|
||||
{
|
||||
public string Url { get; set; }
|
||||
public string ServerUrl { get; set; }
|
||||
public ushort ServerPort { get; set; }
|
||||
public ushort Id { get; set; }
|
||||
public string StartingUrl { get; set; }
|
||||
public string ReadConfigUrl { get; set; }
|
||||
public Boolean DeleteCahceFolderOnStartup { get; set; }
|
||||
|
||||
public Boolean BypassReadConfiguration { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user