AVAssetDownloadTask.OriginalRequest Property
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.
Gets the original URL request object that was passed to the task when the task was initialized.
public override Foundation.NSUrlRequest OriginalRequest { get; }
member this.OriginalRequest : Foundation.NSUrlRequest