[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.remoting

time out for GetRequestStream

John Hopper

10/14/2004 1:09:00 PM

Hello,

When a remote site is down or slow how can I time out the GetRequestStream
method of the System.Net.Webrequest ?

Thank you
1 Answer

John Hopper

10/14/2004 4:45:00 PM

0

Well John, you could try using the TimeOut property of the WebRequest class
and try reading the help file next time before you post!

Sheesh,



"John Hopper" wrote:

> Hello,
>
> When a remote site is down or slow how can I time out the GetRequestStream
> method of the System.Net.Webrequest ?
>
> Thank you