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