Show / Hide Table of Contents

Class UrisResource

The "uris" collection of methods.

Inheritance
object
UrisResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WebRisk.v1
Assembly: Google.Apis.WebRisk.v1.dll
Syntax
public class UrisResource

Constructors

UrisResource(IClientService)

Constructs a new resource.

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

Methods

Search()

This method is used to check whether a URI is on a given threatList. Multiple threatLists may be searched in a single query. The response will list all requested threatLists the URI was found to match. If the URI is not found on any of the requested ThreatList an empty response will be returned.

Declaration
public virtual UrisResource.SearchRequest Search()
Returns
Type Description
UrisResource.SearchRequest
In This Article
Back to top Generated by DocFX