Re: [us...@lists.monobjc.net] Re: NSURLConnection

2009-11-17 Thread Duane Wandless
Thanks for logging the bug about the delegate property. I think the issue of the callbacks not occurring was being caused by my delegate object running on a background thread and then the thread ending before the callback could occur. It works now so that I can do: NSURLConnection conn = new NSU

Re: [us...@lists.monobjc.net] Re: NSURLConnection

2009-11-17 Thread Laurent Etiemble
Hello, I will log a bug about the delegate property, as obviously it was mis-generated. For the rest, can you provide a small test-case ? Regards, Laurent Etiemble. 2009/11/15 Duane Wandless : > Some more info.  I am on Snow Leopard but get the same results on Leopard. > I took the code from NSU

[us...@lists.monobjc.net] Re: NSURLConnection

2009-11-15 Thread Duane Wandless
Some more info. I am on Snow Leopard but get the same results on Leopard. I took the code from NSURLConnection.SetDelegate() and moved it into my code like this: Action assignment = (d => { d.ConnectionDidCancelAuthentica