Show / Hide Table of Contents

Class ThreatListsResource

The "threatLists" collection of methods.

Inheritance
System.Object
ThreatListsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Safebrowsing.v4
Assembly: Google.Apis.Safebrowsing.v4.dll
Syntax
public class ThreatListsResource

Constructors

ThreatListsResource(IClientService)

Constructs a new resource.

Declaration
public ThreatListsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

List()

Lists the Safe Browsing threat lists available for download.

Declaration
public virtual ThreatListsResource.ListRequest List()
Returns
Type Description
ThreatListsResource.ListRequest
Back to top