WKDownloadDelegate.DecideDestination 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.
[Foundation.Export("download:decideDestinationUsingResponse:suggestedFilename:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DecideDestination(WebKit.WKDownload download, Foundation.NSUrlResponse response, string suggestedFilename, Action<Foundation.NSUrl> completionHandler);
[<Foundation.Export("download:decideDestinationUsingResponse:suggestedFilename:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DecideDestination : WebKit.WKDownload * Foundation.NSUrlResponse * string * Action<Foundation.NSUrl> -> unit
override this.DecideDestination : WebKit.WKDownload * Foundation.NSUrlResponse * string * Action<Foundation.NSUrl> -> unit
Parameters
- download
- WKDownload
- response
- NSUrlResponse
- suggestedFilename
- String
Implements
- Attributes