ProxyOptionsHasUsernameAndPassword Method |
Version 118.6.80
Checks if username and password is set
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax public bool HasUsernameAndPassword()
public:
bool HasUsernameAndPassword()
Return Value
Type:
BooleanReturns true if both username and password is set, otherwise false
See Also