Add ForceHttp

This commit is contained in:
JustArchi
2016-03-13 20:19:52 +01:00
parent 5d9bedfd28
commit 7a97045412
5 changed files with 30 additions and 18 deletions

View File

@@ -65,6 +65,9 @@ namespace ArchiSteamFarm {
[JsonProperty(Required = Required.DisallowNull)]
internal byte InventoryLimiterDelay { get; private set; } = 3;
[JsonProperty(Required = Required.DisallowNull)]
internal bool ForceHttp { get; private set; } = false;
[JsonProperty(Required = Required.DisallowNull)]
internal byte HttpTimeout { get; private set; } = 60;