Enum DatabaseLookupResultCode
Database Lookup Result Code.
Namespace: Gee.External.Browsing.Databases
Assembly: Gee.External.Browsing.dll
Syntax
public enum DatabaseLookupResultCode
Fields
Name | Description |
---|---|
Hit | Indicates a threat has an entry in a local database and should be considered tentatively unsafe until it is verified by the Google Safe Browsing API. |
Miss | Indicates a threat does not have an entry in a local database and should be considered safe. |
Stale | Indicates a determination as to whether a threat has an entry in a local database could not be made because the local database is expired/out-of-date/stale and needs to be retrieved from the Google Safe Browsing API again. |
Unknown | Indicates an error has occurred looking up a threat in a local database. |