The mode of time measurement:
0 – WebTransaction, the time period between the last request byte sent and the last response byte received;
1 – ResponseTime, the server response time. Works only under HTTP/1.1. Time period between the last request byte sent and the first response byte received;
2 – RequestTime, full request processing time. Time period between the first request byte sent and the last response byte received.