MonobjcMonobjc Documented Class Library
ReceivedDataWithDataSource Method (data, dataSource)
NamespacesMonobjc.WebKitIWebDocumentRepresentationReceivedDataWithDataSource(NSData, WebDataSource)

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.

Declaration Syntax
C#Visual BasicVisual C++
void ReceivedDataWithDataSource(
	NSData data,
	WebDataSource dataSource
)
Sub ReceivedDataWithDataSource ( _
	data As NSData, _
	dataSource As WebDataSource _
)
void ReceivedDataWithDataSource(
	NSData^ data, 
	WebDataSource^ dataSource
)
Parameters
data (NSData)
An NSData object containing the data received.
dataSource (WebDataSource)
A WebDataSource object that identifies the request that generated this data.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)