Show / Hide Table of Contents

Class Favicon

Difference hash and MD5 hash of the domain's favicon.

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

Constructors

Favicon()

Declaration
public Favicon()

Favicon(Favicon)

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

Properties

Dhash

Difference hash.

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

RawMd5

Favicon's MD5 hash.

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