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