Re: [mono-android] HttpWebRequest does not react to network change (WiFi <-> 3g)

2012-07-18 Thread Gonzalo Paniagua Javier
On Wed, Jul 18, 2012 at 7:25 AM, stefando wrote: > Hi, > > I am doing multiple web request in my app. > > I noticed that when the app starts the first HttpWebRequest chooses the > active network. > > But the subsequent requests seems to be using the network which was picked > at the start an

Re: [mono-android] SmtpClient not working without WLAN

2012-03-23 Thread Gonzalo Paniagua Javier
On Fri, Mar 23, 2012 at 5:09 AM, moelski wrote: > Hi ! > > I added  some code to send feedbackmails to my smtp server. This is my code: > > This works really nice if I am in the WLAN. > > But if I turn off my wlan and use my normal internet (via service provider) > the mail won´t be sent. > I got

Re: [mono-android] Equivalent of wget?

2012-03-21 Thread Gonzalo Paniagua Javier
On Wed, Mar 21, 2012 at 2:44 PM, Paul Johnson wrote: > Hi, > > I'm trying to grab files from a server using this code but it dies. > > Any ideas why? If you check the properties of 'e' you will certainly find out why. -Gonzalo ___ Monodroid mailing lis

Re: [mono-android] System.Net.WebClient.UploadFileAsync Problem

2012-01-19 Thread Gonzalo Paniagua Javier
On Thu, Jan 19, 2012 at 12:07 PM, subsembly wrote: > Got me :-) Hah. No, you got me! > > To my surprise your code does indeed add the MIME header stuff, even on the > .NET Framework for Windows. So I went back to my real application code to > check this out. I found the difference is that we are

Re: [mono-android] System.Net.WebClient.UploadFileAsync Problem

2012-01-19 Thread Gonzalo Paniagua Javier
On Thu, Jan 19, 2012 at 11:29 AM, subsembly wrote: > Thank you very much. > > Maybe I should explain my situation: I bought a MonoTouch + MonoDroid > enterprise licence almost a year ago, when it was still with Novell. We > already have two applications developed in C# for .NET 2.0 for Windows > D

Re: [mono-android] System.Net.WebClient.UploadFileAsync Problem

2012-01-19 Thread Gonzalo Paniagua Javier
On Thu, Jan 19, 2012 at 11:10 AM, Gonzalo Paniagua Javier wrote: > On Thu, Jan 19, 2012 at 10:57 AM, subsembly wrote: >> It's not a feature request. It's a SEVERE BUG in the Mono WebClient >> implementation! > > Ok. Since the world is going to end, I will take a l

Re: [mono-android] System.Net.WebClient.UploadFileAsync Problem

2012-01-19 Thread Gonzalo Paniagua Javier
On Thu, Jan 19, 2012 at 10:57 AM, subsembly wrote: > It's not a feature request. It's a SEVERE BUG in the Mono WebClient > implementation! Ok. Since the world is going to end, I will take a look just to make sure that it is just a common bug and can be fixed quickly ;-). I will follow up in the