Version 130.1.90Namespace: CefSharpAssembly: 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 = ""
)
public:
ProxyOptions(
String^ ip,
String^ port,
String^ username = L"",
String^ password = L"",
String^ bypassList = L""
)
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