public function TransferStats::getTransferTime in Auth0 Single Sign On 8.2
Get the estimated time the request was being transferred by the handler.
Return value
float|null Time in seconds.
File
- vendor/
guzzlehttp/ guzzle/ src/ TransferStats.php, line 98
Class
- TransferStats
- Represents data at the point after it was transferred either successfully or after a network error.
Namespace
GuzzleHttpCode
public function getTransferTime() {
return $this->transferTime;
}