5 references to GetStreamCopyException
System.Net.Http (5)
System\Net\Http\HttpContent.cs (5)
328
throw
GetStreamCopyException
(e);
351
return Task.FromException(
GetStreamCopyException
(e));
417
throw
GetStreamCopyException
(e);
497
return Task.FromException(
GetStreamCopyException
(e));
514
Exception we =
GetStreamCopyException
(e);