Table of Contents

Class ProxyConfiguration.Manual

Namespace
OpenQA.Selenium.BiDi.Modules.Session
Assembly
WebDriver.dll
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

string

HttpProxy

public string? HttpProxy { get; set; }

Property Value

string

SocksProxy

public string? SocksProxy { get; set; }

Property Value

string

SocksVersion

public long? SocksVersion { get; set; }

Property Value

long?

SslProxy

public string? SslProxy { get; set; }

Property Value

string