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