Class ManualProxyConfiguration
public record ManualProxyConfiguration : ProxyConfiguration, IEquatable<ProxyConfiguration>, IEquatable<ManualProxyConfiguration>
- Inheritance
-
ManualProxyConfiguration
- 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; }