I ducked up
This commit is contained in:
parent
0285fe5a87
commit
1758b69189
@ -12,8 +12,6 @@ namespace HttpClientProgress
|
||||
{
|
||||
using (var response = await client.GetAsync(requestUrl, HttpCompletionOption.ResponseHeadersRead))
|
||||
{
|
||||
var blah = await response.Content.ReadAsStringAsync();
|
||||
|
||||
var contentLength = response.Content.Headers.ContentLength;
|
||||
using (var download = await response.Content.ReadAsStreamAsync())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user