Пример #1
0
 public static void CopyTo(this HttpContent content, Stream target, CancellationToken token) =>
 content.CopyTo(target, null, token);