Instance Property インスタンスプロパティ

timeoutInterval

The timeout interval of the request. リクエストのタイムアウト間隔。

Declaration 宣言

var timeoutInterval: TimeInterval { get set }

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 NetworksNetworking Overviewで読んでください。

See Also 参照

Controlling Request Behavior リクエスト挙動を制御する