3 references to RequestContentStop
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
235
if (HttpTelemetry.Log.IsEnabled()) HttpTelemetry.Log.
RequestContentStop
(writeStream.BytesWritten);
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
476
if (HttpTelemetry.Log.IsEnabled()) HttpTelemetry.Log.
RequestContentStop
(bytesWritten);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
989
if (HttpTelemetry.Log.IsEnabled()) HttpTelemetry.Log.
RequestContentStop
(stream.BytesWritten);