Sent when a download object has received a response from the server after attempting to resume a download.
Original signature is '- (void)download:(NSURLDownload *)download willResumeWithResponse:(NSURLResponse *)response fromByte:(long long)startingByte'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public event NSURLDownload..::..DownloadWillResumeWithResponseFromByteEventHandler DownloadWillResumeWithResponseFromByte
Public Event DownloadWillResumeWithResponseFromByte As NSURLDownload..::..DownloadWillResumeWithResponseFromByteEventHandler
public: event NSURLDownload..::..DownloadWillResumeWithResponseFromByteEventHandler^ DownloadWillResumeWithResponseFromByte { void add (NSURLDownload..::..DownloadWillResumeWithResponseFromByteEventHandler^ value); void remove (NSURLDownload..::..DownloadWillResumeWithResponseFromByteEventHandler^ 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)