Class ProxyConfiguration.Manual
public record ProxyConfiguration.Manual : ProxyConfiguration, IEquatable<ProxyConfiguration>, IEquatable<ProxyConfiguration.Manual>
- Inheritance
-
ProxyConfiguration.Manual
- Implements
- Inherited Members
Properties
FtpProxy
public string? FtpProxy { get; set; }
Property Value
HttpProxy
public string? HttpProxy { get; set; }
Property Value
SocksProxy
public string? SocksProxy { get; set; }
Property Value
SocksVersion
public long? SocksVersion { get; set; }
Property Value
- long?
SslProxy
public string? SslProxy { get; set; }