Enumeration
列挙
URLSession
URLSessionTaskMetrics.DomainResolutionProtocol
No overview available. 概要は利用可能でありません。
Availability 有効性
- iOS 14.0+
- iPadOS 14.0+
- macOS 11.0+
- Mac Catalyst 14.0+
- tvOS 14.0+
- watchOS 7.0+
Technology
- Foundation ファウンデーション
Topics 話題
Enumeration Cases 列挙ケース
Relationships 関係
Conforms To 次に準拠
See Also 参照
Accessing Transaction Characteristics トランザクション特徴にアクセスする
var networkProtocolName : String?
The network protocol used to fetch the resource.
リソースを取って来るために使われるネットワークプロトコル。
var remoteAddress : String?
The IP address string of the remote interface for the connection.
接続に対するリモートインターフェイスのIPアドレス文字列。
var remotePort : Int?
The port number of the remote interface for the connection.
接続に対するリモートインターフェイスのポート番号。
var localAddress : String?
The IP address string of the local interface for the connection.
接続に対するローカルインターフェイスのIPアドレス文字列。
var localPort : Int?
The port number of the local interface for the connection.
接続に対するローカルインターフェイスのポート番号。
var negotiatedTLSCipherSuite : tls_ciphersuite_t?
The TLS cipher suite the task negotiated with the endpoint for the connection.
TLS暗号スイート、その接続に対するエンドポイントと交渉するタスク。
var negotiatedTLSProtocolVersion : tls_protocol_version_t?
The TLS protocol version the task negotiated with the endpoint for the connection.
TLS暗号プロトコルバージョン、その接続に対するエンドポイントと交渉するタスク。
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.
あるブール値、それは接続がある首尾よく交渉されたマルチバスプロトコルを使うかどうかを指し示します。
var resourceFetchType : URLSessionTaskMetrics.ResourceFetchType
A value that indicates whether the resource was loaded, pushed, or retrieved from the local cache.
ある値、それはリソースがローカルキャッシュからロード、プッシュ、または回収されたかどうかを指し示します。
enum URLSessionTaskMetrics.ResourceFetchType
The manner in which a resource is fetched.
それにおいてリソースが取って来られたところの流儀。