Open more PublicAPI interfaces

This commit is contained in:
JustArchi
2019-01-17 16:37:16 +01:00
parent bc56b8ac8c
commit d5259c230e
3 changed files with 23 additions and 22 deletions

View File

@@ -186,6 +186,12 @@ namespace ArchiSteamFarm {
}
}
[JsonProperty(Required = Required.DisallowNull)]
public ulong SteamOwnerID { get; private set; } = DefaultSteamOwnerID;
[JsonProperty(Required = Required.DisallowNull)]
public ProtocolTypes SteamProtocols { get; private set; } = DefaultSteamProtocols;
[JsonExtensionData]
internal Dictionary<string, JToken> AdditionalProperties {
get;
@@ -197,12 +203,6 @@ namespace ArchiSteamFarm {
internal bool ShouldSerializeEverything { private get; set; } = true;
internal bool ShouldSerializeHelperProperties { private get; set; } = true;
[JsonProperty(Required = Required.DisallowNull)]
internal ulong SteamOwnerID { get; private set; } = DefaultSteamOwnerID;
[JsonProperty(Required = Required.DisallowNull)]
internal ProtocolTypes SteamProtocols { get; private set; } = DefaultSteamProtocols;
[JsonProperty]
internal string WebProxyPassword {
get => _WebProxyPassword;