[Mono-bugs] [Bug 555439] TcpClient fails when using 3G (but not always)
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jan 28 13:39:09 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=555439
http://bugzilla.novell.com/show_bug.cgi?id=555439#c21
--- Comment #21 from Lorenzo Viola <info at eulogika.net> 2010-01-28 18:39:08 UTC ---
Hello
Now it's working better for me, but I don't know if it's completely resolved..
I too execute Runtime.StartWWAN(uri), but it's not enough
I had to add a cycle, that keeps trying to download what I need
(example an XML file, using a WebClient)
This is still not enough, as in the end quite strangely the only function that
really downloads what I need is the the following :
string myurl = "http://xxx.yyy.zzz";
XDocument xdoc = null;
...
xdoc = XDocument.Load(myurl);
Any other function fails (if a connection to the provider is not really
established)
I feel that you should provide a working example of using WWAN on the
monotouch-samples.
Best Regards
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list