Sent as a connection loads data incrementally.
Original signature is '- (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data'
Available in Mac OS X v10.2 with Safari 1.0 installed and later.

C# | Visual Basic | Visual C++ |
public event NSURLConnection..::..ConnectionDidReceiveDataEventHandler ConnectionDidReceiveData
Public Event ConnectionDidReceiveData As NSURLConnection..::..ConnectionDidReceiveDataEventHandler
public: event NSURLConnection..::..ConnectionDidReceiveDataEventHandler^ ConnectionDidReceiveData { void add (NSURLConnection..::..ConnectionDidReceiveDataEventHandler^ value); void remove (NSURLConnection..::..ConnectionDidReceiveDataEventHandler^ value); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)