var transactionMetrics : [URLSessionTaskTransactionMetrics]
An array of metrics for each individual request-response transaction made during the execution of the task.
タスクの遂行の間になされた個々の「リクエスト応答」トランザクションそれぞれに対する指標からなるある配列。
class URLSessionTaskTransactionMetrics
An object that encapsualtes the performance metrics collected by the URL Loading System during the execution of a session task.
あるセッションタスクの遂行の間にURLローディングシステムによって収集された履行指標をカプセル化するオブジェクト。
var redirectCount : Int
The number of redirects that occurred during the execution of the task.
タスクの遂行の間に発生したリダイレクトの数。