Class Favicon
Difference hash and MD5 hash of the domain's favicon.
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 |