1 write to Response
NuGet.Protocol (1)
HttpSource\HttpSource.cs (1)
501Response = response;
7 references to Response
NuGet.Protocol (7)
HttpSource\HttpSource.cs (7)
143if (request.IgnoreNotFounds && throttledResponse.Response.StatusCode == HttpStatusCode.NotFound) 150if (throttledResponse.Response.StatusCode == HttpStatusCode.NoContent) 158throttledResponse.Response.EnsureSuccessStatusCode(); 164throttledResponse.Response, 184using (var stream = await throttledResponse.Response.Content.ReadAsStreamAsync(lockedToken)) 305return await processAsync(throttledResponse.Response); 510Response.Dispose();