I have an app that is working well. It uses the weblclient class uploaddata
method. Recently the server overhead increased causing communication
timeouts to occur. How can I increase the client recv timeout value to get
around this problem. Thanks for your help on this.
Best Regards,
Paul J. Lay
> I have an app that is working well. It uses the weblclient class
> uploaddata method. Recently the server overhead increased causing
> communication timeouts to occur. How can I increase the client recv
> timeout value to get around this problem. Thanks for your help on
> this.
WebClient does not have a Timeout property. You'll have to use WebRequest
instead.
Cheers,

Signature
Joerg Jooss
joerg.jooss@gmx.net
Paul J. Lay - 01 Sep 2004 07:12 GMT
It is definitely timing out. It must be getting set somewhere.
Best Regards,
Paul J. Lay
> > I have an app that is working well. It uses the weblclient class
> > uploaddata method. Recently the server overhead increased causing
[quoted text clipped - 6 lines]
>
> Cheers,