Instance Property
インスタンスプロパティ
timeoutInterval
The timeout interval of the request.
リクエストのタイムアウト間隔。
Discussion
議論
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で読んでください。
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.
リクエストは以前の応答が受け取られる前に送信するべきかどうかを指し示しているブール値。
var allowsCellularAccess: Bool
A Boolean value indicating whether the request is allowed to use the built-in cellular radios to satisfy the request.
リクエストは組み込みセルラー無線を使ってリクエストを履行することを許可されるかどうかを指し示しているブール値。