2 instantiations of NotSeekableStream
Microsoft.Extensions.Http.Diagnostics.Tests (2)
Logging\HttpClientLoggerTest.cs (2)
859
using var requestContent = new StreamContent(new
NotSeekableStream
(new(Encoding.UTF8.GetBytes(requestInput))));
870
using var responseContent = new StreamContent(new
NotSeekableStream
(new(Encoding.UTF8.GetBytes(responseInput))));