Show / Hide Table of Contents

Class UrlsResource

The "urls" collection of methods.

Inheritance
object
UrlsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Safebrowsing.v5
Assembly: Google.Apis.Safebrowsing.v5.dll
Syntax
public class UrlsResource

Constructors

UrlsResource(IClientService)

Constructs a new resource.

Declaration
public UrlsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Search()

Searches for URLs matching known threats. Each URL and it's host-suffix and path-prefix expressions (up to a limited depth) are checked. This means that the response may contain URLs that were not included in the request, but are expressions of the requested URLs.

Declaration
public virtual UrlsResource.SearchRequest Search()
Returns
Type Description
UrlsResource.SearchRequest
In this article
Back to top Generated by DocFX