BADownloadManagerDelegate_Extensions.DidReceiveChallenge 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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidReceiveChallenge(this BackgroundAssets.IBADownloadManagerDelegate This, BackgroundAssets.BADownload download, Foundation.NSUrlAuthenticationChallenge challenge, Action<Foundation.NSUrlSessionAuthChallengeDisposition,Foundation.NSUrlCredential> completionHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidReceiveChallenge : BackgroundAssets.IBADownloadManagerDelegate * BackgroundAssets.BADownload * Foundation.NSUrlAuthenticationChallenge * Action<Foundation.NSUrlSessionAuthChallengeDisposition, Foundation.NSUrlCredential> -> unit
Parameters
- download
- BADownload
- challenge
- NSUrlAuthenticationChallenge
- completionHandler
- Action<NSUrlSessionAuthChallengeDisposition,NSUrlCredential>
- Attributes