Click or drag to resize

ProxyOptionsHasUsernameAndPassword Method

Version 94.4.20
Checks if username and password is set

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public bool HasUsernameAndPassword()

Return Value

Type: Boolean
Returns true if both username and password is set, otherwise false
See Also