NSUrlConnectionDataResponse Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The delegate used as the completion handler for SendAsynchronousRequest(NSUrlRequest, NSOperationQueue, NSUrlConnectionDataResponse).
public delegate void NSUrlConnectionDataResponse(NSUrlResponse response, NSData data, NSError error);
type NSUrlConnectionDataResponse = delegate of NSUrlResponse * NSData * NSError -> unit
Parameters
- response
- NSUrlResponse
- data
- NSData
- error
- NSError