var httpShouldHandleCookies : Bool
var httpShouldUsePipelining : Bool
var allowsCellularAccess : Bool
Availability 有効性
Technology
var timeoutInterval: TimeInterval
{ get set }
If during a connection attempt the request remains idle for longer than the timeout interval, the request is considered to have timed out. The default timeout interval is 60 seconds. ある接続を試みる間にリクエストが時間切れ間隔より長くそれに使用されないままならば、そのリクエストは時間切れになってしまったとみなされます。省略時の時間切れ間隔は、60秒です。
As a general rule, you should not use short timeout intervals. Instead, you should provide an easy way for the user to cancel a long-running operation. For more information, read Designing for Real-World Networks in Networking Overview. 一般的な規則として、あなたは短い時間切れ間隔を使うべきではありません。代わりに、あなたは長い実行演算をキャンセルする簡単な方法をユーザに提供すべきです。さらなる情報として、Designing for Real-World NetworksをNetworking Overviewで読んでください。
In iOS versions prior to iOS 6, the minimum (and default) timeout interval for any request containing a request body was 240 seconds. iOS 6より前のiOSでは、最小の(そして省略時の)時間切れ間隔は要請本文を含んでいる何らかの要請に対して240秒でした。
var httpShouldHandleCookies : Bool
var httpShouldUsePipelining : Bool
var allowsCellularAccess : Bool