Show / Hide Table of Contents

Class Url

Url.

Inheritance
object
Url
Implements
IMessage<Url>
IEquatable<Url>
IDeepCloneable<Url>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class Url : IMessage<Url>, IEquatable<Url>, IDeepCloneable<Url>, IBufferMessage, IMessage

Constructors

Url()

Declaration
public Url()

Url(Url)

Declaration
public Url(Url other)
Parameters
Type Name Description
Url other

Properties

Categories

Categorisation done by VirusTotal partners.

Declaration
public RepeatedField<string> Categories { get; }
Property Value
Type Description
RepeatedField<string>

Favicon

Difference hash and MD5 hash of the URL's.

Declaration
public Favicon Favicon { get; set; }
Property Value
Type Description
Favicon

HtmlMeta

Meta tags (only for URLs downloading HTML).

Declaration
public Struct HtmlMeta { get; set; }
Property Value
Type Description
Struct

LastFinalUrl

If the original URL redirects, where does it end.

Declaration
public string LastFinalUrl { get; set; }
Property Value
Type Description
string

LastHttpResponseCode

HTTP response code of the last response.

Declaration
public int LastHttpResponseCode { get; set; }
Property Value
Type Description
int

LastHttpResponseContentLength

Length in bytes of the content received.

Declaration
public long LastHttpResponseContentLength { get; set; }
Property Value
Type Description
long

LastHttpResponseContentSha256

URL response body's SHA256 hash.

Declaration
public string LastHttpResponseContentSha256 { get; set; }
Property Value
Type Description
string

LastHttpResponseCookies

Website's cookies.

Declaration
public Struct LastHttpResponseCookies { get; set; }
Property Value
Type Description
Struct

LastHttpResponseHeaders

Headers and values of the last HTTP response.

Declaration
public Struct LastHttpResponseHeaders { get; set; }
Property Value
Type Description
Struct

Tags

Tags.

Declaration
public RepeatedField<string> Tags { get; }
Property Value
Type Description
RepeatedField<string>

Title

Webpage title.

Declaration
public string Title { get; set; }
Property Value
Type Description
string

Trackers

Trackers found in the URL in a historical manner.

Declaration
public RepeatedField<Tracker> Trackers { get; }
Property Value
Type Description
RepeatedField<Tracker>

Url_

URL.

Declaration
public string Url_ { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX