2 references to ReadHeaderAsync
dotnet (2)
Telemetry\PersistenceChannel\StorageTransmission.cs (2)
44
string contentType = await
ReadHeaderAsync
(reader, "Content-Type").ConfigureAwait(false);
45
string contentEncoding = await
ReadHeaderAsync
(reader, "Content-Encoding").ConfigureAwait(false);