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