2 instantiations of DownloadTimeoutStream
NuGet.Protocol (2)
HttpSource\DownloadTimeoutStreamContent.cs (1)
19: base(new DownloadTimeoutStream(downloadName, networkStream, timeout))
HttpSource\HttpRetryHandler.cs (1)
173var timeoutStream = new DownloadTimeoutStream(requestUri.ToString(), networkStream, request.DownloadTimeout);
6 references to DownloadTimeoutStream
NuGet.Protocol (6)
HttpSource\DownloadTimeoutStreamContent.cs (2)
11/// A wrapper around <see cref="StreamContent"/> that applies a <see cref="DownloadTimeoutStream"/> 13/// content is disposed which in turn disposes the <see cref="DownloadTimeoutStream"/>, which
HttpSource\HttpRetryHandler.cs (1)
173var timeoutStream = new DownloadTimeoutStream(requestUri.ToString(), networkStream, request.DownloadTimeout);
HttpSource\HttpRetryHandlerRequest.cs (1)
61/// <summary>The timeout to apply to <see cref="DownloadTimeoutStream"/> instances.</summary>
HttpSource\HttpSourceCachedRequest.cs (1)
86/// <summary>The timeout to apply to <see cref="DownloadTimeoutStream"/> instances.</summary>
HttpSource\HttpSourceRequest.cs (1)
60/// <summary>The timeout to apply to <see cref="DownloadTimeoutStream"/> instances.</summary>