1 write to _fileContent
Microsoft.Extensions.Http.Diagnostics.Tests (1)
Logging\Internal\NoRemoteCallHandler.cs (1)
26
_fileContent
= File.ReadAllBytes(responseFilePath);
1 reference to _fileContent
Microsoft.Extensions.Http.Diagnostics.Tests (1)
Logging\Internal\NoRemoteCallHandler.cs (1)
35
Content = new StreamContent(new MemoryStream(
_fileContent
))