Client
The Client class is used for downloading game content from the Steam servers.
Parameters
The SteamClient this instance will be associated with. The SteamClient instance must be connected and logged onto Steam.
Constructors
Initializes a new instance of the Client class.
Functions
Downloads the specified depot chunk, and optionally processes the chunk and verifies the checksum if the depot decryption key has been provided. This function will also validate the length of the downloaded chunk with the value of ChunkData.compressedLength, if it has been assigned a value.
Java Compat: Downloads the specified depot chunk, and optionally processes the chunk and verifies the checksum if the depot decryption key has been provided. This function will also validate the length of the downloaded chunk with the value of ChunkData.compressedLength, if it has been assigned a value.
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.
Java Compat: 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.