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