ReceiveTimeOut Property
See Also Example Applies To
A long integer containing the receive time out in milliseconds.
Syntax
object.ReceiveTimeOut
The object placeholder represents an XMLRPCRequest object.
Remarks
The receive time out is the length of time the DLL will wait whilst waiting for a response to a request from the remote host.
The default setting of this property is read from the settings embedded in WinInet.dll and is typically 3600000 milliseconds, i.e. 1 hour !!!
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.
|