Class ManualProxyConfiguration
public sealed record ManualProxyConfiguration : ProxyConfiguration, IEquatable<ProxyConfiguration>, ISocksProxyConfiguration, IEquatable<ManualProxyConfiguration>
- Inheritance
-
ManualProxyConfiguration
- Implements
- Inherited Members
Properties
HttpProxy
public string? HttpProxy { get; set; }
Property Value
NoProxy
public IEnumerable<string>? NoProxy { get; set; }
Property Value
SocksProxy
public string? SocksProxy { get; set; }
Property Value
SocksVersion
public int? SocksVersion { get; set; }
Property Value
- int?
SslProxy
public string? SslProxy { get; set; }