Enum ThreatState
Threat State.
Namespace: Gee.External.Browsing.Clients
Assembly: Gee.External.Browsing.dll
Syntax
public enum ThreatState
Fields
Name | Description |
---|---|
Expired | Indicates a threat is expired and should be retrieved from the Google Safe Browsing API again. |
Safe | Indicates a threat is safe. |
Unknown | Indicates the state of a threat is unknown. |
Unsafe | Indicates a threat is unsafe. |