Click or drag to resize

ProxyOptions Constructor

Version 94.4.20
Initializes a new instance of the ProxyOptions class

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public ProxyOptions(
	string ip,
	string port,
	string username = "",
	string password = "",
	string bypassList = ""
)

Parameters

ip
Type: SystemString
The IP address for the proxy
port
Type: SystemString
The port for the proxy
username (Optional)
Type: SystemString
The username required for authentication
password (Optional)
Type: SystemString
The password required for authentication
bypassList (Optional)
Type: SystemString
The list of domains that shouldn't be affected by the proxy, Format: example.com;example2.com
See Also