168 lines
6.5 KiB
C#
168 lines
6.5 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.225
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
using static Common.Utils.SecureStringExtensions;
|
|
|
|
namespace Intel.Management.Properties {
|
|
|
|
|
|
using System.Security;
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
|
|
public static Settings Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(LibSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AutoProxyEnabled {
|
|
get {
|
|
return ((bool)(this["AutoProxyEnabled"]));
|
|
}
|
|
set {
|
|
this["AutoProxyEnabled"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(LibSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string HttpProxyUri {
|
|
get {
|
|
return ((string)(this["HttpProxyUri"]));
|
|
}
|
|
set {
|
|
this["HttpProxyUri"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(LibSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string HttpProxyUser {
|
|
get {
|
|
return ((string)(this["HttpProxyUser"]));
|
|
}
|
|
set {
|
|
this["HttpProxyUser"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(LibSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public SecureString HttpProxyPassword
|
|
{
|
|
get
|
|
{
|
|
return this["HttpProxyPassword"] as SecureString;
|
|
}
|
|
set
|
|
{
|
|
HttpProxyPassword?.Dispose();
|
|
this["HttpProxyPassword"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(LibSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string SocksUri {
|
|
get {
|
|
return ((string)(this["SocksUri"]));
|
|
}
|
|
set {
|
|
this["SocksUri"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(LibSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string SocksUser {
|
|
get {
|
|
return ((string)(this["SocksUser"]));
|
|
}
|
|
set {
|
|
this["SocksUser"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(LibSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public SecureString SocksPassword {
|
|
get
|
|
{
|
|
return this["SocksPassword"] as SecureString;
|
|
}
|
|
set
|
|
{
|
|
|
|
SocksPassword?.Dispose();
|
|
this["SocksPassword"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(LibSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
public global::System.Collections.Specialized.StringCollection Hosts {
|
|
get {
|
|
return ((global::System.Collections.Specialized.StringCollection)(this["Hosts"]));
|
|
}
|
|
set {
|
|
this["Hosts"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(LibSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("2006-11-16")]
|
|
public global::System.DateTime ValidUntil {
|
|
get {
|
|
return ((global::System.DateTime)(this["ValidUntil"]));
|
|
}
|
|
set {
|
|
this["ValidUntil"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.SettingsProviderAttribute(typeof(LibSettingsProvider))]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string DiscoveryUri {
|
|
get {
|
|
return ((string)(this["DiscoveryUri"]));
|
|
}
|
|
set {
|
|
this["DiscoveryUri"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|