Version 104.4.240  
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic ProxyOptions(
	string ip,
	string port,
	string username = "",
	string password = "",
	string bypassList = ""
)
public:
ProxyOptions(
	String^ ip, 
	String^ port, 
	String^ username = L"", 
	String^ password = L"", 
	String^ bypassList = L""
)
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