Enumeration
列挙
URLSessionTaskMetrics.ResourceFetchType
The manner in which a resource is fetched.
それにおいてリソースが取って来られたところの流儀。
Topics
話題
Fetch Types
フェッチの型
case unknown
The manner in which the resource was fetched could not be determined.
それにおいてリソースが取って来られた流儀が決定されることができませんでした。
case networkLoad
The resource was loaded over the network.
リソースはネットワーク越しにロードされました。
case serverPush
The resource was pushed by the server to the client.
リソースはサーバによってクライアントにプッシュされました。
case localCache
The resource was retrieved from the local storage.
リソースはローカルストレージから回収されました。
See Also
参照
Accessing Transaction Characteristics
トランザクション特徴にアクセスする
var remotePort: Int?
The port number of the remote interface for the connection.
接続に対するリモートインターフェイスのポート番号。
var localPort: Int?
The port number of the local interface for the connection.
接続に対するローカルインターフェイスのポート番号。
var isCellular: Bool
A Boolean value that indicates whether the connection operates over a cellular interface.
あるブール値、それは接続がセルラーインターフェイス越しに作動するかどうかを指し示します。
var isExpensive: Bool
A Boolean value that indicates whether the connection operates over an expensive interface.
あるブール値、それは接続が高くつくインターフェイス越しに作動するかどうかを指し示します。
var isConstrained: Bool
A Boolean value that indicates whether the connection operates over an interface marked as constrained.
あるブール値、それは制約されると印されるインターフェイス越しに接続が作動するかどうかを指し示します。
var isProxyConnection: Bool
A Boolean value that indicastes whether the task used a proxy connection to fetch the resource.
あるブール値、それはタスクがリソースを取って来るためにプロキシ接続を使用したどうかを指し示しています。
var isReusedConnection: Bool
A Boolean value that indicates whether the task used a persistent connection to fetch the resource.
あるブール値、それはタスクがリソースを取って来るために高くつく接続を使用したどうかを指し示しています。
var isMultipath: Bool
A Boolean value that indicates whether the connection uses a successfully negotiated multipath protocol.
あるブール値、それは接続がある首尾よく交渉されたマルチバスプロトコルを使うかどうかを指し示します。