var identifier: String?
The background session identifier of the configuration object.
構成設定オブジェクトのバックグラウンドセッション識別子。
var httpAdditionalHeaders : [AnyHashable : Any]?
A dictionary of additional headers to send with requests.
リクエストで送られる追加ヘッダそれらからなるある辞書。
var networkServiceType : NSURLRequest.NetworkServiceType
The type of network service for all tasks within sessions based on this configuration.
この構成設定に基づくセッションそれら内部の全てのタスクに対するネットワークサービスの型。
var allowsCellularAccess : Bool
A Boolean value that determines whether connections should be made over a cellular network.
あるブール値、それは接続がセルラーネットワーク越しになされるべきかどうかを決定します。
var timeoutIntervalForRequest : TimeInterval
The timeout interval to use when waiting for additional data.
追加データを待っているときに使うタイムアウト間隔。
var sharedContainerIdentifier : String?
The identifier for the shared container into which files in background URL sessions should be downloaded.
それへとバックグラウンドURLセッションにおけるファイルがダウンロードされるべき、共有コンテナに対する識別子。
var waitsForConnectivity : Bool
A Boolean value that indicates whether the session should wait for connectivity to become available, or fail immediately.
あるブール値、それは相互通信能力が利用可能になるのをセッションが待機するべきか、または直ちに失敗するかを指し示します。