Share via


AVAssetResourceLoaderDelegate.ShouldWaitForResponseToAuthenticationChallenge Method

Definition

[Foundation.Export("resourceLoader:shouldWaitForResponseToAuthenticationChallenge:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldWaitForResponseToAuthenticationChallenge(AVFoundation.AVAssetResourceLoader resourceLoader, Foundation.NSUrlAuthenticationChallenge authenticationChallenge);
[<Foundation.Export("resourceLoader:shouldWaitForResponseToAuthenticationChallenge:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldWaitForResponseToAuthenticationChallenge : AVFoundation.AVAssetResourceLoader * Foundation.NSUrlAuthenticationChallenge -> bool
override this.ShouldWaitForResponseToAuthenticationChallenge : AVFoundation.AVAssetResourceLoader * Foundation.NSUrlAuthenticationChallenge -> bool

Parameters

resourceLoader
AVAssetResourceLoader
authenticationChallenge
NSUrlAuthenticationChallenge

Returns

Implements

Attributes

Applies to