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
Name
Description
other

Properties

Body

 public string Body { get; set; } 

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

Property Value
Type
Description
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
Type
Description
System.String

Url

 public string Url { get; set; } 

Output only. The URL that was crawled.

Property Value
Type
Description
System.String
Design a Mobile Site
View Site in Mobile | Classic
Share by: