download Manifest
Downloads the depot manifest specified by the given manifest ID, and optionally decrypts the manifest's filenames if the depot decryption key has been provided.
Return
A DepotManifest instance that contains information about the files present within a depot.
Parameters
The id of the depot being accessed.
The unique identifier of the manifest to be downloaded.
The manifest request code for the manifest that is being downloaded.
The content server to connect to.
The depot decryption key for the depot that will be downloaded. This is used for decrypting filenames (if needed) in depot manifests.
Optional content server marked as UseAsProxy which transforms the request.
CDN auth token for CDN content server endpoints if necessary. Get one with SteamContent.getCDNAuthToken.
Throws
server was null.
A network error occurred when performing the request.
A network error occurred when performing the request.
When the data received is not as expected