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 > CrawledUrlImplements
Google.Protobuf.IMessage < CrawledUrl >, System.IEquatable < CrawledUrl >, Google.Protobuf.IDeepCloneable < CrawledUrl >, Google.Protobuf.IBufferMessage , Google.Protobuf.IMessageNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
CrawledUrl()
public CrawledUrl()
CrawledUrl(CrawledUrl)
public CrawledUrl(CrawledUrl other)
Properties
Body
public string Body { get; set; }
Output only. The body of the request that was used to visit the URL.
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.
System.String
Url
public string Url { get; set; }
Output only. The URL that was crawled.
System.String

