RequestPatternResourceType Property |
Version 94.4.20
If set, only requests for matching resource types will be intercepted.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax public ResourceType? ResourceType { get; set; }
public:
property Nullable<ResourceType> ResourceType {
Nullable<ResourceType> get ();
void set (Nullable<ResourceType> value);
}
Property Value
Type:
NullableResourceTypeSee Also