RequestInitialPriority Property |
Version 130.1.90
Priority of the resource request at the time request is sent.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public ResourcePriority InitialPriority { get; set; }
public:
property ResourcePriority InitialPriority {
ResourcePriority get ();
void set (ResourcePriority value);
}
Property Value
ResourcePrioritySee Also