SendTimeOut Property
See Also Example Applies To
A long integer containing the send time out in milliseconds.
Syntax
object.SendTimeOut
The object placeholder represents an XMLRPCRequest object.
Remarks
The send time out is the length of time the DLL will wait whilst trying to send a request 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.
|