4 references to ReadAsByteArrayAsync
dotnet-sourcelink (1)
Program.cs (1)
261
var content = await response.Content.
ReadAsByteArrayAsync
(cancellationToken).ConfigureAwait(false);
Microsoft.Extensions.AI.Integration.Tests (1)
VerbatimMultiPartHttpHandler.cs (1)
73
byte[] bodyBytes = await request.Content.
ReadAsByteArrayAsync
(cancellationToken);
Microsoft.NET.Build.Containers (1)
AuthHandshakeMessageHandler.cs (1)
600
_ = await response.Content.
ReadAsByteArrayAsync
(cancellationToken).ConfigureAwait(false);
System.Net.Http (1)
System\Net\Http\HttpContent.cs (1)
194
ReadAsByteArrayAsync
(CancellationToken.None);