Thanks
You can change the timeout values using the WinHttpSetTimeouts function.
http://msdn.microsoft.com/library/default.asp?url=/workshop/networking/winht
tp/WinHttpSetTimeouts.asp
You should set values for the dwSendTimeout and dwReceiveTimeout parameters
that are larger than the 30000 millisecond default.
Regards,
Stephen Sulzer
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
"Donald Largen" <donald...@msn.com> wrote in message
news:OVzubfaGCHA.2516@tkmsftngp13...
hr = pIWinHttpRequest->SetTimeouts(0,0,0,0);
Surya
"Donald Largen" <donald...@msn.com> wrote in message
news:OVzubfaGCHA.2516@tkmsftngp13...