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