Readonly
fileThe size of the downloaded file in bytes.
Readonly
redirectsThe nsIArray of nsIPrincipal of redirects that lead to this download. The most recent redirect is the last element.
Readonly
referrerThe reference, if any.
Readonly
sha256The SHA256 hash of the downloaded file in raw bytes. If this is not set by the caller, it will be passed as an empty string but the query won't produce any useful information.
Readonly
sourceURIThe nsIURI from which the file was downloaded. This may not be null.
Readonly
suggestedThe target filename for the downloaded file, as inferred from the source URI or provided by the Content-Disposition attachment file name. If this is not set by the caller, it will be passed as an empty string but the query won't produce any useful information.
Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Generated using TypeDoc
A single-use, write-once interface for recording the metadata of the downloaded file. nsIApplicationReputationService.Start() may only be called once with a single query.