Timing mode

TimingMode

The mode of time measurement:

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