NSUrlSessionTaskDelegate_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.
public static void DidReceiveChallenge (this Foundation.INSUrlSessionTaskDelegate This, Foundation.NSUrlSession session, Foundation.NSUrlSessionTask task, Foundation.NSUrlAuthenticationChallenge challenge, Action<Foundation.NSUrlSessionAuthChallengeDisposition,Foundation.NSUrlCredential> completionHandler);
static member DidReceiveChallenge : Foundation.INSUrlSessionTaskDelegate * Foundation.NSUrlSession * Foundation.NSUrlSessionTask * Foundation.NSUrlAuthenticationChallenge * Action<Foundation.NSUrlSessionAuthChallengeDisposition, Foundation.NSUrlCredential> -> unit
Parameters
The instance on which this extension method operates.
- session
- NSUrlSession
- task
- NSUrlSessionTask
- challenge
- NSUrlAuthenticationChallenge
- completionHandler
- Action<NSUrlSessionAuthChallengeDisposition,NSUrlCredential>