Adds JsonProperty

This commit is contained in:
Neil Dorin
2020-01-17 16:02:43 -07:00
parent 20075d06f5
commit 071f55507b

View File

@@ -38,7 +38,7 @@ namespace PepperDash.Core
[JsonProperty("controlPortName", NullValueHandling = NullValueHandling.Ignore)] // In case "null" is present in config on this value
public string ControlPortName { get; set; }
[JsonProperty("tcpSshProperties")]
public TcpSshPropertiesConfig TcpSshProperties { get; set; }
/// <summary>