mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Update SK2 libs
This commit is contained in:
parent
4f71732ec2
commit
6201774f52
6 changed files with 4 additions and 0 deletions
Binary file not shown.
|
@ -2013,6 +2013,7 @@
|
|||
</param>
|
||||
<returns>A <see cref="T:SteamKit2.CDNClient.DepotChunk"/> instance that contains the data for the given chunk.</returns>
|
||||
<exception cref="T:System.ArgumentNullException">chunk's <see cref="P:SteamKit2.DepotManifest.ChunkData.ChunkID"/> was null.</exception>
|
||||
<exception cref="T:System.IO.InvalidDataException">Thrown if the downloaded data does not match the expected length.</exception>
|
||||
</member>
|
||||
<member name="M:SteamKit2.CDNClient.DownloadDepotChunkAsync(System.UInt32,SteamKit2.DepotManifest.ChunkData,System.String,System.String,System.Byte[])">
|
||||
<summary>
|
||||
|
@ -2035,6 +2036,7 @@
|
|||
This is used for decrypting filenames (if needed) in depot manifests, and processing depot chunks.
|
||||
</param>
|
||||
<exception cref="T:System.ArgumentNullException">chunk's <see cref="P:SteamKit2.DepotManifest.ChunkData.ChunkID"/> was null.</exception>
|
||||
<exception cref="T:System.IO.InvalidDataException">Thrown if the downloaded data does not match the expected length.</exception>
|
||||
</member>
|
||||
<member name="M:SteamKit2.CDNClient.Dispose">
|
||||
<summary>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -2013,6 +2013,7 @@
|
|||
</param>
|
||||
<returns>A <see cref="T:SteamKit2.CDNClient.DepotChunk"/> instance that contains the data for the given chunk.</returns>
|
||||
<exception cref="T:System.ArgumentNullException">chunk's <see cref="P:SteamKit2.DepotManifest.ChunkData.ChunkID"/> was null.</exception>
|
||||
<exception cref="T:System.IO.InvalidDataException">Thrown if the downloaded data does not match the expected length.</exception>
|
||||
</member>
|
||||
<member name="M:SteamKit2.CDNClient.DownloadDepotChunkAsync(System.UInt32,SteamKit2.DepotManifest.ChunkData,System.String,System.String,System.Byte[])">
|
||||
<summary>
|
||||
|
@ -2035,6 +2036,7 @@
|
|||
This is used for decrypting filenames (if needed) in depot manifests, and processing depot chunks.
|
||||
</param>
|
||||
<exception cref="T:System.ArgumentNullException">chunk's <see cref="P:SteamKit2.DepotManifest.ChunkData.ChunkID"/> was null.</exception>
|
||||
<exception cref="T:System.IO.InvalidDataException">Thrown if the downloaded data does not match the expected length.</exception>
|
||||
</member>
|
||||
<member name="M:SteamKit2.CDNClient.Dispose">
|
||||
<summary>
|
||||
|
|
Loading…
Reference in a new issue