Enum UrlLookupResultCode
URL Lookup Result Code.
Namespace: Gee.External.Browsing.Services
Assembly: Gee.External.Browsing.dll
Syntax
public enum UrlLookupResultCode
Fields
Name | Description |
---|---|
DatabaseStale | Indicates a determination as to whether a URL is safe or unsafe could not be made because a database is expired/out-of-date/stale and needs to be retrieved from the Google Safe Browsing API again. |
Safe | Indicates a URL is safe. |
Unknown | Indicates an error. |
Unsafe | Indicates a URL is unsafe. |