5 references to GetStreamCopyException
System.Net.Http (5)
System\Net\Http\HttpContent.cs (5)
369
throw
GetStreamCopyException
(e);
392
return Task.FromException(
GetStreamCopyException
(e));
458
throw
GetStreamCopyException
(e);
529
return Task.FromException(
GetStreamCopyException
(e));
543
Exception we =
GetStreamCopyException
(e);