MonobjcMonobjc Documented Class Library
SetTimeoutInterval Method (timeoutInterval)
NamespacesMonobjc.FoundationNSMutableURLRequestSetTimeoutInterval(Double)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetTimeoutInterval(
	double timeoutInterval
)
Public Overridable Sub SetTimeoutInterval ( _
	timeoutInterval As Double _
)
public:
virtual void SetTimeoutInterval(
	double timeoutInterval
)
Parameters
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.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)