5 references to GetStreamCopyException
System.Net.Http (5)
System\Net\Http\HttpContent.cs (5)
327
throw
GetStreamCopyException
(e);
350
return Task.FromException(
GetStreamCopyException
(e));
416
throw
GetStreamCopyException
(e);
494
return Task.FromException(
GetStreamCopyException
(e));
511
Exception we =
GetStreamCopyException
(e);