API Reference
Class
HtmlResourceSessionEntry
Immutable accepted-resource identity and evidence.
Inheritance
- Object
- HtmlResourceSessionEntry
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property HtmlResourceSession.Resources
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public HtmlResourceKind Kind { get; } #Resource kind requested by the document.
public String Source { get; } #Original policy-approved source.
public String CanonicalSource { get; } #Canonical absolute URI or data source used as the cache identity.
public String ContentType { get; } #Validated MIME type.
public Int64 Length { get; } #Accepted encoded byte length.
public String Sha256 { get; } #Lower-case SHA-256 content digest.