ResourcePriority Enumeration | 
Version 104.4.240 
            Loading priority of a resource request.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic enum ResourcePriority
public enum class ResourcePriority
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | VeryLow | 0 | 
            VeryLow
             | 
 | Low | 1 | 
            Low
             | 
 | Medium | 2 | 
            Medium
             | 
 | High | 3 | 
            High
             | 
 | VeryHigh | 4 | 
            VeryHigh
             | 
See Also