NSUrlSessionAuthChallengeDisposition Enum

Definition

An enumeration whose values specify the state of an authorization challenge.

public enum NSUrlSessionAuthChallengeDisposition
type NSUrlSessionAuthChallengeDisposition = 
Inheritance
NSUrlSessionAuthChallengeDisposition

Fields

CancelAuthenticationChallenge 2
PerformDefaultHandling 1
RejectProtectionSpace 3
UseCredential 0

Remarks

Instances of this type are passed as an argument to the completion handler callback in DidReceiveChallenge(NSUrlSession, NSUrlAuthenticationChallenge, Action<NSUrlSessionAuthChallengeDisposition,NSUrlCredential>) and its overrides.

Applies to