Contents

loadInForeground

Loads the receiver’s data synchronously.

Declaration

- (NSData *) loadInForeground;

Return Value

The loaded data.

Discussion

Called by resourceData. Subclasses of NSURLHandle must override this method.

See Also

Loading resource data