Class CrawledUrl (1.0.0)

public sealed class CrawledUrl : IMessage<CrawledUrl>, IEquatable<CrawledUrl>, IDeepCloneable<CrawledUrl>, IBufferMessage, IMessage

A CrawledUrl resource represents a URL that was crawled during a ScanRun. Web Security Scanner Service crawls the web applications, following all links within the scope of sites, to find the URLs to test against.

Inheritance

System.Object > CrawledUrl

Implements

Google.Protobuf.IMessage<CrawledUrl>, System.IEquatable<CrawledUrl>, Google.Protobuf.IDeepCloneable<CrawledUrl>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

CrawledUrl()

public CrawledUrl()

CrawledUrl(CrawledUrl)

public CrawledUrl(CrawledUrl other)
Parameter
NameDescription
otherCrawledUrl

Properties

Body

public string Body { get; set; }

Output only. The body of the request that was used to visit the URL.

Property Value
TypeDescription
System.String

HttpMethod

public string HttpMethod { get; set; }

Output only. The http method of the request that was used to visit the URL, in uppercase.

Property Value
TypeDescription
System.String

Url

public string Url { get; set; }

Output only. The URL that was crawled.

Property Value
TypeDescription
System.String