How to measure http timing in .NET Core?

201 Views Asked by At

CURL is the powerful tool to run the http test on the API endpoint and it provides details timing measurement like lookup, connect, appconnect, pretransfer,starttransfer

How do we capture the similar measurement in .NET Core Web API? we use the system.Net.HttpClient to make a call between two service. Is there any way to capture the details of the response time?

0

There are 0 best solutions below