AVAssetDownloadUrlSession.FromWeakConfiguration Method
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.
Creates a new NSUrlSession from the specified configuration
, weakly-referenced session delegate, and delegate queue.
public static Foundation.NSUrlSession FromWeakConfiguration (Foundation.NSUrlSessionConfiguration configuration, Foundation.NSObject weakDelegate, Foundation.NSOperationQueue delegateQueue);
static member FromWeakConfiguration : Foundation.NSUrlSessionConfiguration * Foundation.NSObject * Foundation.NSOperationQueue -> Foundation.NSUrlSession
Parameters
- configuration
- NSUrlSessionConfiguration
- weakDelegate
- NSObject
- delegateQueue
- NSOperationQueue