Sets the receiver’s timeout interval, in seconds.
Original signature is '- (void)setTimeoutInterval:(NSTimeInterval)timeoutInterval'
Available in Mac OS X v10.2 with Safari 1.0 installed and later.


- timeoutInterval (Double)
- The timeout interval, in seconds. 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.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)