Version 101.0.180
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax public 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