AuthChallengeScheme Property |
Version 87.1.132
The authentication scheme used, such as basic or digest
Namespace:
CefSharp.DevTools.Fetch
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public string Scheme { get; set; }
public:
property String^ Scheme {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also