5 references to CopyToAsync
System.Net.Http (5)
System\Net\Http\HttpContent.cs (2)
377CopyToAsync(stream, null, cancellationToken); 380CopyToAsync(stream, context, CancellationToken.None);
System\Net\Http\MultipartContent.cs (1)
220await content.CopyToAsync(stream, context, cancellationToken).ConfigureAwait(false);
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
418await content.CopyToAsync(writeStream, null, cancellationToken).ConfigureAwait(false);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
938await request.Content!.CopyToAsync(stream, _transportContext, cancellationToken).ConfigureAwait(false);