Why is it not possible to do the following:
id connectionDelegate = myConnection.delegate;
//myConnection is an instance of NSURLConnection
Why is this not possible, and how do I access the delegate otherwise. Seems rather awkward to me, or am I missing something here?