Instance Property
インスタンスプロパティ
allowsCellularAccess
A Boolean value that indicates whether a connection can use the device’s cellular network (if present).
あるブール値、それはある接続がデバイスのセルラーネットワークを使うことができるかどうかを指し示します(もし存在するならば)。
Declaration
宣言
var allowsCellularAccess: Bool
{ get set }
Discussion
議論
Setting this property to true
(the default) makes the request eligible to run over cellular, subject to other considerations (including, but not limited to, the allowsCellularAccess
property of the URLSessionConfiguration
). Setting this value to false
ensures that the request will never run over cellular.
このプロパティをtrue
に設定すること(初期状態)は、要請がセルラーを通る資格があるとします、他の考慮すべき事柄(URLSessionConfiguration
のallowsCellularAccess
プロパティなど、しかしそれに限りません)を条件として。この値をfalse
に設定することは、要請が決してセルラーを通らないことを確実にします。
See Also
参照
Controlling Request Behavior
リクエスト挙動を制御する
var httpShouldHandleCookies: Bool
A Boolean value that indicates whether the request should use the default cookie handling for the request.
あるブール値、それは要請が省略時のクッキー処理をその要請に対して使うべきかどうかを指し示します。
var httpShouldUsePipelining: Bool
A Boolean value that indicates whether the request can continue transmitting data before receiving a response from an earlier transmission.
あるブール値、それは要請がデータの送信を続けることを以前の送信からの応答を受け取る前に可能かどうかを指し示します。
Related Documentation
関連文書
var waitsForConnectivity: Bool
A Boolean value that indicates whether the session should wait for connectivity to become available, or fail immediately.
あるブール値、それは相互通信能力が利用可能になるのをセッションが待機するべきか、または直ちに失敗するかを指し示します。