NSUrlDownload Constructors
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.
Overloads
NSUrlDownload() | |
NSUrlDownload(NSObjectFlag) | |
NSUrlDownload(IntPtr) | |
NSUrlDownload(NSUrlRequest, NSObject) | |
NSUrlDownload(NSData, NSObject, String) |
NSUrlDownload()
NSUrlDownload(NSObjectFlag)
protected NSUrlDownload (Foundation.NSObjectFlag t);
new Foundation.NSUrlDownload : Foundation.NSObjectFlag -> Foundation.NSUrlDownload
Parameters
Applies to
NSUrlDownload(IntPtr)
protected internal NSUrlDownload (IntPtr handle);
new Foundation.NSUrlDownload : nativeint -> Foundation.NSUrlDownload
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSUrlDownload(NSUrlRequest, NSObject)
[Foundation.Export("initWithRequest:delegate:")]
public NSUrlDownload (Foundation.NSUrlRequest request, Foundation.NSObject delegate1);
new Foundation.NSUrlDownload : Foundation.NSUrlRequest * Foundation.NSObject -> Foundation.NSUrlDownload
Parameters
- request
- NSUrlRequest
- delegate1
- NSObject
- Attributes
Applies to
NSUrlDownload(NSData, NSObject, String)
[Foundation.Export("initWithResumeData:delegate:path:")]
public NSUrlDownload (Foundation.NSData resumeData, Foundation.NSObject delegate1, string path);
new Foundation.NSUrlDownload : Foundation.NSData * Foundation.NSObject * string -> Foundation.NSUrlDownload
Parameters
- resumeData
- NSData
- delegate1
- NSObject
- path
- String
- Attributes