Click or drag to resize

ProxyOptions Constructor

Version 130.1.90
Initializes a new instance of the ProxyOptions class

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

Parameters

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