Instance Property
インスタンスプロパティ
allowsCellularAccess
A Boolean value indicating whether the request is allowed to use the built-in cellular radios to satisfy the request.
リクエストは組み込みセルラー無線を使ってリクエストを履行することを許可されるかどうかを指し示しているブール値。
Declaration
宣言
var allowsCellularAccess: Bool
{ get set }
Discussion
議論
Setting this property to true
makes the request eligible to run over cellular, subject to other considerations (including, but not limited to, the URLSessionConfiguration
's allowsCellularAccess
property). 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 indicating whether cookies will be sent with and set for this request.
クッキーがこのリクエストで送信されるおよびそれに対して設定されるかどうかを指し示しているブール値。
var httpShouldUsePipelining: Bool
A Boolean value indicating whether the request should transmit before the previous response is received.
リクエストは以前の応答が受け取られる前に送信するべきかどうかを指し示しているブール値。
Related Documentation
関連文書
var waitsForConnectivity: Bool
A Boolean value that indicates whether the session should wait for connectivity to become available, or fail immediately.
あるブール値、それは相互通信能力が利用可能になるのをセッションが待機するべきか、または直ちに失敗するかを指し示します。