Invoked when a data source has received some data.
Original signature is '- (void)receivedData:(NSData *)data withDataSource:(WebDataSource *)dataSource'
Available in Mac OS X v10.2 with Safari 1.0 and later.

C# | Visual Basic | Visual C++ |
void ReceivedDataWithDataSource( NSData data, WebDataSource dataSource )
Sub ReceivedDataWithDataSource ( _ data As NSData, _ dataSource As WebDataSource _ )
void ReceivedDataWithDataSource( NSData^ data, WebDataSource^ dataSource )

- data (NSData)
- An NSData object containing the data received.
- dataSource (WebDataSource)
- A WebDataSource object that identifies the request that generated this data.

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