5 references to GetStreamCopyException
System.Net.Http (5)
System\Net\Http\HttpContent.cs (5)
337
throw
GetStreamCopyException
(e);
360
return Task.FromException(
GetStreamCopyException
(e));
426
throw
GetStreamCopyException
(e);
506
return Task.FromException(
GetStreamCopyException
(e));
523
Exception we =
GetStreamCopyException
(e);