ConnectTimeOut Property
See Also Example Applies To
A long integer containing the connection time out in milliseconds.
Syntax
object.ConnectTimeOut
The object placeholder represents an XMLRPCRequest object.
Remarks
The connect time out is the length of time the DLL will wait whilst trying to attempt to connect to the remote host.
The default setting of this property is read from the settings embedded in wininet.dll and is typically 300000 milliseconds, i.e. 5 minutes.
Note: The version of WinInet.dll shipped with IE 5.0 and some other packages does not support setting of this property, see Microsoft KB Q176420.
|