|
|
@ -36,11 +36,11 @@ namespace DownKyi.Core.Aria2cNet.Client.Entity
|
|
|
|
[JsonProperty("dir")]
|
|
|
|
[JsonProperty("dir")]
|
|
|
|
public string Dir { get; set; }
|
|
|
|
public string Dir { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
//[JsonProperty("header")]
|
|
|
|
[JsonProperty("header")]
|
|
|
|
//public string Header { get; set; }
|
|
|
|
public string Header { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
//[JsonProperty("use-head")]
|
|
|
|
[JsonProperty("use-head")]
|
|
|
|
//public string UseHead { get; set; }
|
|
|
|
public string UseHead { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
[JsonProperty("user-agent")]
|
|
|
|
[JsonProperty("user-agent")]
|
|
|
|
public string UserAgent { get; set; }
|
|
|
|
public string UserAgent { get; set; }
|
|
|
|