Re: [Mono-dev] WebRequest time out error

2016-02-01 Thread LeMoussel
Well , well, seems this problem has not been resolve? -- View this message in context: http://mono.1490590.n4.nabble.com/WebRequest-time-out-error-tp4667345p4667353.html Sent from the Mono - Dev mailing list archive at Nabble.com. ___ Mono-devel-list

Re: [Mono-dev] WebRequest time out error

2016-01-30 Thread Timotheus Pokorra
> It failed immediately with Time Out error. The code is crashing on the line: > `HttpWebResponse response = (HttpWebResponse)request.GetResponse();` > > What is causing this to happen and how can I fix it? This reminds me of some issue I had some years ago. But I could not reproduce it anymore

[Mono-dev] WebRequest time out error

2016-01-30 Thread LeMoussel
I tried to build an application with Linux/Mono "version 4.2.1 Stable 4.2.1.102/6dd2d0d", but I got the following errors (Rem: No error on Windows system). Unhandled Exception: System.Net.WebException: The remote server returned an error: (504) Gateway Time-out. at