Свойство | Type | Description | |
---|---|---|---|
DecompressFileChunk | int | ||
DecryptFileChunk | int | ||
DownloadFileParts | byte[] | ||
SendCommand | bool | ||
StorageSession | System |
Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
DownloadChecksums ( ) : |
Downloads the Steam2ChecksumData for this depot.
|
|
DownloadFile ( |
Downloads a specific file from the Steam servers.
|
|
DownloadManifest ( ) : |
Downloads the Steam2Manifest which contains metadata representing the files within the depot.
|
|
DownloadUpdates ( uint oldVersion ) : uint[] |
Downloads a list of updated FileIDs since the given version.
|
Méthode | Description | |
---|---|---|
DecompressFileChunk ( byte &chunk, int blockSize ) : int | ||
DecryptFileChunk ( byte &chunk, int chunkLen, byte cryptKey ) : int | ||
DownloadFileParts ( |
||
SendCommand ( byte cmd ) : bool | ||
StorageSession ( ContentServerClient cli, uint depotId, uint depotVersion, Credentials credentials ) : System |
public DownloadChecksums ( ) : |
||
Résultat |
public DownloadFile ( |
||
file | The file to download, given from the manifest. | |
priority | DownloadPriority | The download priority. |
cryptKey | byte | The AES encryption key used for any encrypted files. |
Résultat | byte[] |
public DownloadManifest ( ) : |
||
Résultat |
public DownloadUpdates ( uint oldVersion ) : uint[] | ||
oldVersion | uint | The old version to compare to. |
Résultat | uint[] |