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