Share via


NSUrlConnection.CancelAuthenticationChallenge Method

Definition

[Foundation.Export("cancelAuthenticationChallenge:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void CancelAuthenticationChallenge(Foundation.NSUrlAuthenticationChallenge challenge);
[<Foundation.Export("cancelAuthenticationChallenge:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CancelAuthenticationChallenge : Foundation.NSUrlAuthenticationChallenge -> unit
override this.CancelAuthenticationChallenge : Foundation.NSUrlAuthenticationChallenge -> unit

Parameters

Implements

Attributes

Applies to