NSUrlConnectionDelegate.CanceledAuthenticationChallenge Method

Definition

[Foundation.Export("connection:didCancelAuthenticationChallenge:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, "Use 'WillSendRequestForAuthenticationChallenge' instead.")]
public virtual void CanceledAuthenticationChallenge (Foundation.NSUrlConnection connection, Foundation.NSUrlAuthenticationChallenge challenge);
abstract member CanceledAuthenticationChallenge : Foundation.NSUrlConnection * Foundation.NSUrlAuthenticationChallenge -> unit
override this.CanceledAuthenticationChallenge : Foundation.NSUrlConnection * Foundation.NSUrlAuthenticationChallenge -> unit

Parameters

connection
NSUrlConnection
Attributes

Applies to