WebClient Timeout

P

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.

Best Regards,

Paul J. Lay
 
J

Joerg Jooss

Paul said:
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,
 
P

Paul J. Lay

It is definitely timing out. It must be getting set somewhere.

Best Regards,

Paul J. Lay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top