You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: SteamKit2/SteamKit2/Steam/CDN/Client.cs
+8-5
Original file line number
Diff line number
Diff line change
@@ -63,11 +63,12 @@ public void Dispose()
63
63
/// This is used for decrypting filenames (if needed) in depot manifests.
64
64
/// </param>
65
65
/// <param name="proxyServer">Optional content server marked as UseAsProxy which transforms the request.</param>
66
+
/// <param name="cdnAuthToken">CDN auth token for CDN content server endpoints if necessary. Get one with <see cref="SteamApps.GetCDNAuthToken"/>.</param>
66
67
/// <returns>A <see cref="DepotManifest"/> instance that contains information about the files present within a depot.</returns>
67
68
/// <exception cref="System.ArgumentNullException"><see ref="server"/> was null.</exception>
68
69
/// <exception cref="HttpRequestException">An network error occurred when performing the request.</exception>
69
70
/// <exception cref="SteamKitWebRequestException">A network error occurred when performing the request.</exception>
/// <param name="proxyServer">Optional content server marked as UseAsProxy which transforms the request.</param>
179
+
/// <param name="cdnAuthToken">CDN auth token for CDN content server endpoints if necessary. Get one with <see cref="SteamApps.GetCDNAuthToken"/>.</param>
178
180
/// <exception cref="System.ArgumentNullException">chunk's <see cref="DepotManifest.ChunkData.ChunkID"/> was null.</exception>
179
181
/// <exception cref="System.IO.InvalidDataException">Thrown if the downloaded data does not match the expected length.</exception>
180
182
/// <exception cref="HttpRequestException">An network error occurred when performing the request.</exception>
181
183
/// <exception cref="SteamKitWebRequestException">A network error occurred when performing the request.</exception>
0 commit comments